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

Unified Diff: base/files/file_path.h

Issue 13374002: base: Update the include paths of base/string_piece.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/file_util.cc ('k') | base/files/file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file_path.h
diff --git a/base/files/file_path.h b/base/files/file_path.h
index 2e0009d94dc94f1ab22e235dc72b345ba717684b..cf3dc620e3760def439a37b21668236e85d52c83 100644
--- a/base/files/file_path.h
+++ b/base/files/file_path.h
@@ -110,7 +110,7 @@
#include "base/compiler_specific.h"
#include "base/hash_tables.h"
#include "base/string16.h"
-#include "base/string_piece.h" // For implicit conversions.
+#include "base/strings/string_piece.h" // For implicit conversions.
#include "build/build_config.h"
// Windows-style drive letter support and pathname separator characters can be
« no previous file with comments | « base/file_util.cc ('k') | base/files/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698