diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 18:10:22 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 18:10:22 +0000 |
commit | d778e0429717cadac7689ef6863dabf667d3e4a7 (patch) | |
tree | cb29f283f5c5ad129ac6df7faa458c75439e285c /printing | |
parent | 3535211c3b3da5def0e26cde0492fa1d44e71cb7 (diff) | |
download | chromium_src-d778e0429717cadac7689ef6863dabf667d3e4a7.zip chromium_src-d778e0429717cadac7689ef6863dabf667d3e4a7.tar.gz chromium_src-d778e0429717cadac7689ef6863dabf667d3e4a7.tar.bz2 |
src/: Update the remaining include paths of string_split.h to its new location.
BUG=175186
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12473004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r-- | printing/backend/cups_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc index 14ae2d5..fecd18a2 100644 --- a/printing/backend/cups_helper.cc +++ b/printing/backend/cups_helper.cc @@ -9,8 +9,8 @@ #include "base/file_util.h" #include "base/logging.h" #include "base/string_number_conversions.h" -#include "base/string_split.h" #include "base/string_util.h" +#include "base/strings/string_split.h" #include "base/values.h" #include "googleurl/src/gurl.h" #include "printing/backend/print_backend.h" |