Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(64)

Unified Diff: cpp/src/phonenumbers/utf/unicodetext.h

Issue 9162043: CPP: Make r570 compile in Chromium. (Closed) Base URL: https://libphonenumber.googlecode.com/svn/trunk
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cpp/src/phonenumbers/regexp_factory.h ('k') | cpp/src/phonenumbers/utf/unicodetext.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cpp/src/phonenumbers/utf/unicodetext.h
diff --git a/cpp/src/phonenumbers/utf/unicodetext.h b/cpp/src/phonenumbers/utf/unicodetext.h
index 990842da1a755f48b9414e18d4061193b8dfdee5..5c1d58469e5200be9c80bc086c1d66086389e9e4 100644
--- a/cpp/src/phonenumbers/utf/unicodetext.h
+++ b/cpp/src/phonenumbers/utf/unicodetext.h
@@ -21,7 +21,9 @@
#include <string>
#include <utility>
#include "phonenumbers/base/basictypes.h"
-//#include "util/utf8/public/config.h"
+
+namespace i18n {
+namespace phonenumbers {
using std::string;
using std::bidirectional_iterator_tag;
@@ -453,4 +455,7 @@ inline string UnicodeTextToUTF8(const UnicodeText& t) {
return string(t.utf8_data(), t.utf8_length());
}
+} // namespace phonenumbers
+} // namespace i18n
+
#endif // UTIL_UTF8_UNICODETEXT_H__
« no previous file with comments | « cpp/src/phonenumbers/regexp_factory.h ('k') | cpp/src/phonenumbers/utf/unicodetext.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b