Codebase list mozc / dd9dd84
Fix namespace style nits. BUG= TEST=unittest REF_BUG=19010851 REF_CL=85495613 Yohei Yukawa 8 years ago
11 changed file(s) with 14 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
8686 "\x01\x1D\x2C\xD7\xAA\x55\x05\x0F\x4E\xD5\x73\xC0\xCB\xE2\x10\x69", 64
8787 }
8888 };
89 }
89 } // namespace
9090
9191 TEST(EncryptorTest, VerificationTest) {
9292 {
108108 }
109109 };
110110 } // namespace
111 } // mozc
111 } // namespace mozc
112112
113113
114114 namespace mozc {
154154 Singleton<ShutdownHandler>::get()->Call();
155155 }
156156
157 } // mozc
157 } // namespace mozc
8585 RunLevel() {}
8686 virtual ~RunLevel() {}
8787 };
88 } // namsepace mozc
88 } // namespace mozc
8989 #endif // MOZC_BASE_RUN_LEVEL_H_
8585 }
8686 g_finalizers_size = 0;
8787 }
88 } // mozc
88 } // namespace mozc
117117 };
118118
119119 } // namespace dictionary
120 } // namespace
120 } // namespace mozc
121121
122122 #endif // MOZC_DICTIONARY_SYSTEM_CODEC_INTERFACE_H_
489489 server_thread_->Terminate();
490490 }
491491
492 }; // namespace mozc
492 } // namespace mozc
493493
494494 #endif // OS_LINUX && !OS_ANDROID
00 MAJOR=2
11 MINOR=17
2 BUILD=2161
2 BUILD=2162
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.
104104 return true;
105105 }
106106
107 }; // namespace mozc
107 } // namespace mozc
114114 HTTPClient::Option option_;
115115 };
116116
117 }; // namespace mozc
117 } // namespace mozc
118118
119119 #endif // MOZC_NET_HTTP_CLIENT_MOCK_H_
6767 virtual void SetSendCommandInterface(
6868 client::SendCommandInterface *send_command_interface) {}
6969 };
70 } // renderer
71 } // mozc
70 } // namespace renderer
71 } // namespace mozc
7272 #endif // MOZC_RENDERER_RENDERER_INTERFACE_H_
9090 EXPECT_EQ(expected, value);
9191 }
9292 }
93 } // storage
94 } // mozc
93 } // namespace storage
94 } // namespace mozc