Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: base/i18n/icu_util.h

Issue 22875025: base: Minor cleanups in icu_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell/shell_main_parts_mac.mm ('k') | base/i18n/icu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/icu_util.h
diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h
index f6356f1bb6fc829c41e657e205c778c7fc3c8755..ef5dede235de8065c0cb0454a76472e429bd25aa 100644
--- a/base/i18n/icu_util.h
+++ b/base/i18n/icu_util.h
@@ -7,12 +7,14 @@
#include "base/i18n/base_i18n_export.h"
-namespace icu_util {
+namespace base {
+namespace i18n {
// Call this function to load ICU's data tables for the current process. This
// function should be called before ICU is used.
-BASE_I18N_EXPORT bool Initialize();
+BASE_I18N_EXPORT bool InitializeICU();
-} // namespace icu_util
+} // namespace i18n
+} // namespace base
#endif // BASE_I18N_ICU_UTIL_H_
« no previous file with comments | « ash/shell/shell_main_parts_mac.mm ('k') | base/i18n/icu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698