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 /chrome_frame | |
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 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_activex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_activex.cc b/chrome_frame/chrome_frame_activex.cc index 84db59f..7262071 100644 --- a/chrome_frame/chrome_frame_activex.cc +++ b/chrome_frame/chrome_frame_activex.cc @@ -17,9 +17,9 @@ #include "base/memory/singleton.h" #include "base/path_service.h" #include "base/process_util.h" -#include "base/string_split.h" #include "base/string_util.h" #include "base/stringprintf.h" +#include "base/strings/string_split.h" #include "base/utf_string_conversions.h" #include "base/win/scoped_bstr.h" #include "base/win/scoped_variant.h" |