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

Unified Diff: base/strings/string_piece.cc

Issue 12982018: Move string_piece.h to base/strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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_piece.h ('k') | base/strings/string_piece_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_piece.cc
diff --git a/base/string_piece.cc b/base/strings/string_piece.cc
similarity index 99%
rename from base/string_piece.cc
rename to base/strings/string_piece.cc
index 7a41361bb606b9e8fb6e796b19cba8ca84d4656e..79a42d784264fe96572bdc8450fcdeb76782b45d 100644
--- a/base/string_piece.cc
+++ b/base/strings/string_piece.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
// Copied from strings/stringpiece.cc with modifications
+#include "base/strings/string_piece.h"
+
#include <algorithm>
#include <ostream>
-#include "base/string_piece.h"
-
namespace base {
// MSVC doesn't like complex extern templates and DLLs.
« no previous file with comments | « base/strings/string_piece.h ('k') | base/strings/string_piece_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698