summaryrefslogtreecommitdiff
path: root/utf/unilib.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf/unilib.h')
-rw-r--r--utf/unilib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/utf/unilib.h b/utf/unilib.h
index 4cfc787..1230002 100644
--- a/utf/unilib.h
+++ b/utf/unilib.h
@@ -32,8 +32,10 @@
#define UTIL_UTF8_UNILIB_H__
#include <string>
-#include "base/basictypes.h"
+#include "phonenumbers/base/basictypes.h"
+namespace i18n {
+namespace phonenumbers {
namespace UniLib {
// Returns true unless a surrogate code point
@@ -91,5 +93,7 @@ inline bool IsInterchangeValid(const std::string& src) {
}
} // namespace UniLib
+} // namespace phonenumbers
+} // namespace i18n
#endif // UTIL_UTF8_PUBLIC_UNILIB_H_