diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 04:42:10 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 04:42:10 +0000 |
commit | ce2086ee8e0d93cfb293859b0251cf12ed057f9f (patch) | |
tree | fa085ca550aa8dd7ef511b6296673366a7d23545 /chrome_frame/simple_resource_loader.cc | |
parent | c049b2ebe8f71989ff5ce5a8b6a8998636edc1de (diff) | |
download | chromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.zip chromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.tar.gz chromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.tar.bz2 |
Use a direct include of strings headers in chrome_frame/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16391006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/simple_resource_loader.cc')
-rw-r--r-- | chrome_frame/simple_resource_loader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/simple_resource_loader.cc b/chrome_frame/simple_resource_loader.cc index 8375870..187e0b7 100644 --- a/chrome_frame/simple_resource_loader.cc +++ b/chrome_frame/simple_resource_loader.cc @@ -14,7 +14,7 @@ #include "base/i18n/rtl.h" #include "base/memory/singleton.h" #include "base/path_service.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/win/i18n.h" #include "base/win/windows_version.h" |