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

Unified Diff: base/strings/string_tokenizer_unittest.cc

Issue 12087091: Move string tokenizer to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 7 years, 11 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_tokenizer.h ('k') | base/sys_info_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_tokenizer_unittest.cc
diff --git a/base/string_tokenizer_unittest.cc b/base/strings/string_tokenizer_unittest.cc
similarity index 98%
rename from base/string_tokenizer_unittest.cc
rename to base/strings/string_tokenizer_unittest.cc
index 61841f2f6b7b6b37d68aa70b09a707d36c63dabe..d391845328291eb8cfe2ad829be740df0b839006 100644
--- a/base/string_tokenizer_unittest.cc
+++ b/base/strings/string_tokenizer_unittest.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/string_tokenizer.h"
+#include "base/strings/string_tokenizer.h"
#include "testing/gtest/include/gtest/gtest.h"
using std::string;
+namespace base {
+
namespace {
TEST(StringTokenizerTest, Simple) {
@@ -228,3 +230,5 @@ TEST(StringTokenizerTest, ParseQuotedString_EscapedQuotes2) {
}
} // namespace
+
+} // namespace base
« no previous file with comments | « base/strings/string_tokenizer.h ('k') | base/sys_info_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698