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

Unified Diff: base/strings/string_piece.h

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/string_piece_unittest.cc ('k') | base/strings/string_piece.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_piece.h
diff --git a/base/string_piece.h b/base/strings/string_piece.h
similarity index 99%
copy from base/string_piece.h
copy to base/strings/string_piece.h
index 416fca80cd1e7814a8b762b1913dded53b0a3754..13ca009c20290f3dafc24d9461de41c80a0817ae 100644
--- a/base/string_piece.h
+++ b/base/strings/string_piece.h
@@ -20,8 +20,8 @@
// functions (find, find_first_of, etc.) are found to be useful in this context.
//
-#ifndef BASE_STRING_PIECE_H_
-#define BASE_STRING_PIECE_H_
+#ifndef BASE_STRINGS_STRING_PIECE_H_
+#define BASE_STRINGS_STRING_PIECE_H_
#include <stddef.h>
@@ -448,4 +448,4 @@ inline size_t hash_value(const base::StringPiece16& sp16) {
} // namespace BASE_HASH_NAMESPACE
-#endif // BASE_STRING_PIECE_H_
+#endif // BASE_STRINGS_STRING_PIECE_H_
« no previous file with comments | « base/string_piece_unittest.cc ('k') | base/strings/string_piece.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698