Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: base/strings/string_util_constants.cc

Issue 89243003: Move EmptyString, kWhitespace and the BOM to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/strings/string_util.cc ('k') | chrome/browser/autocomplete/autocomplete_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_util_constants.cc
diff --git a/base/strings/string_util_constants.cc b/base/strings/string_util_constants.cc
index d92e40cf37bade4f19638982a9ba9edaf71a6961..2a28a2b5126786002039e37de865032d48768f73 100644
--- a/base/strings/string_util_constants.cc
+++ b/base/strings/string_util_constants.cc
@@ -4,6 +4,8 @@
#include "base/strings/string_util.h"
+namespace base {
+
#define WHITESPACE_UNICODE \
0x0009, /* <control-0009> to <control-000D> */ \
0x000A, \
@@ -53,3 +55,5 @@ const char kWhitespaceASCII[] = {
};
const char kUtf8ByteOrderMark[] = "\xEF\xBB\xBF";
+
+} // namespace base
« no previous file with comments | « base/strings/string_util.cc ('k') | chrome/browser/autocomplete/autocomplete_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698