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_ |