summaryrefslogtreecommitdiff
path: root/utf/unilib.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf/unilib.h')
-rw-r--r--utf/unilib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utf/unilib.h b/utf/unilib.h
index b70966c..1230002 100644
--- a/utf/unilib.h
+++ b/utf/unilib.h
@@ -34,6 +34,8 @@
#include <string>
#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_