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 /google_apis/gaia/gaia_auth_fetcher.cc | |
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 'google_apis/gaia/gaia_auth_fetcher.cc')
-rw-r--r-- | google_apis/gaia/gaia_auth_fetcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc index b4f7df6..c40a3be 100644 --- a/google_apis/gaia/gaia_auth_fetcher.cc +++ b/google_apis/gaia/gaia_auth_fetcher.cc @@ -11,9 +11,9 @@ #include "base/json/json_reader.h" #include "base/json/json_writer.h" -#include "base/string_split.h" #include "base/string_util.h" #include "base/stringprintf.h" +#include "base/strings/string_split.h" #include "base/values.h" #include "google_apis/gaia/gaia_auth_consumer.h" #include "google_apis/gaia/gaia_constants.h" |