diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-30 14:29:00 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-30 14:29:00 +0000 |
commit | eb62f726194d68406047f2716e8ef500bf456d67 (patch) | |
tree | 1e11329639f5662e7a2821e442c7dc8d36a2b7ad /base/files | |
parent | e86df8dcc1b9ad3eb30c46d5ba6de9fe66991801 (diff) | |
download | chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.zip chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.gz chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.bz2 |
base: Update the include paths of base/string_piece.h to its new location.
string_piece.h was moved into base/strings/ in r191206 -
https://chromiumcodereview.appspot.com/12982018/
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/13374002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/files')
-rw-r--r-- | base/files/file_path.cc | 2 | ||||
-rw-r--r-- | base/files/file_path.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/files/file_path.cc b/base/files/file_path.cc index 407ec85..72604e8 100644 --- a/base/files/file_path.cc +++ b/base/files/file_path.cc @@ -13,8 +13,8 @@ // These includes are just for the *Hack functions, and should be removed // when those functions are removed. -#include "base/string_piece.h" #include "base/string_util.h" +#include "base/strings/string_piece.h" #include "base/strings/sys_string_conversions.h" #include "base/utf_string_conversions.h" diff --git a/base/files/file_path.h b/base/files/file_path.h index 2e0009d..cf3dc62 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 |