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

Unified Diff: base/strings/string_util_constants.cc

Issue 16331011: Move string files in base/ to the string subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months 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') | base/strings/string_util_posix.h » ('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/string_util_constants.cc b/base/strings/string_util_constants.cc
similarity index 98%
rename from base/string_util_constants.cc
rename to base/strings/string_util_constants.cc
index 225bd92488d892dbcbe118d30c1a406b4672dbe0..d92e40cf37bade4f19638982a9ba9edaf71a6961 100644
--- a/base/string_util_constants.cc
+++ b/base/strings/string_util_constants.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#define WHITESPACE_UNICODE \
0x0009, /* <control-0009> to <control-000D> */ \
« no previous file with comments | « base/strings/string_util.cc ('k') | base/strings/string_util_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698