diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
commit | 1988e1c713ab03bc49142fa95ef50841ea079af0 (patch) | |
tree | 1d751dded4b383c01e167b5329655d5ab65e4f6e /chrome/common/chrome_content_client_unittest.cc | |
parent | 9875ede098776c2bc7684a72ee0f7392588bde71 (diff) | |
download | chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.zip chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.gz chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.bz2 |
chrome: Update include paths of string_split.h to its new location.
BUG=175186
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12378016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_content_client_unittest.cc')
-rw-r--r-- | chrome/common/chrome_content_client_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_content_client_unittest.cc b/chrome/common/chrome_content_client_unittest.cc index 11c52ce..2d281cc 100644 --- a/chrome/common/chrome_content_client_unittest.cc +++ b/chrome/common/chrome_content_client_unittest.cc @@ -5,7 +5,7 @@ #include "chrome/common/chrome_content_client.h" #include "base/command_line.h" -#include "base/string_split.h" +#include "base/strings/string_split.h" #include "content/public/common/content_switches.h" #include "testing/gtest/include/gtest/gtest.h" |