summaryrefslogtreecommitdiff
path: root/utf/unilib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utf/unilib.cc')
-rw-r--r--utf/unilib.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/utf/unilib.cc b/utf/unilib.cc
index db03a11..ffcb8b0 100644
--- a/utf/unilib.cc
+++ b/utf/unilib.cc
@@ -18,9 +18,11 @@
#include "phonenumbers/utf/unilib.h"
-#include "base/basictypes.h"
+#include "phonenumbers/base/basictypes.h"
#include "phonenumbers/utf/utf.h"
+namespace i18n {
+namespace phonenumbers {
namespace UniLib {
namespace {
@@ -62,3 +64,5 @@ int SpanInterchangeValid(const char* begin, int byte_length) {
}
} // namespace UniLib
+} // namespace phonenumbers
+} // namespace i18n