diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 04:38:21 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 04:38:21 +0000 |
commit | a1759dbe7b9c9f199299086a45041afbaf9099d1 (patch) | |
tree | 5b6c6afd4ba1e1d0b7c057ef4d289000a8a702bd /chrome/service/net | |
parent | 76fb05c98a8d41e4021d4959e628d70f394f3e33 (diff) | |
download | chromium_src-a1759dbe7b9c9f199299086a45041afbaf9099d1.zip chromium_src-a1759dbe7b9c9f199299086a45041afbaf9099d1.tar.gz chromium_src-a1759dbe7b9c9f199299086a45041afbaf9099d1.tar.bz2 |
Use a direct include of strings headers in chrome/service/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16752002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/net')
-rw-r--r-- | chrome/service/net/service_url_request_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc index 809c4ed..a55b4e3 100644 --- a/chrome/service/net/service_url_request_context.cc +++ b/chrome/service/net/service_url_request_context.cc @@ -10,7 +10,7 @@ #include "base/compiler_specific.h" #include "base/message_loop/message_loop_proxy.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "base/sys_info.h" #include "chrome/common/chrome_version_info.h" #include "chrome/service/service_process.h" |