commit | 348fbaac3221020d0087ab1cc24dc4ba045ea219 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 06:31:51 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 06:31:51 2013 |
tree | cdd97568756cfbd32435cafbf3ba8f8b001080b6 | |
parent | 52b955f88138261e3a16c134aab01c0807edf894 [diff] [blame] |
Use a direct include of strings headers in content/browser/, part 2. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16625010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205435 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/loader/buffered_resource_handler.cc b/content/browser/loader/buffered_resource_handler.cc index d7c115d0..394a6882 100644 --- a/content/browser/loader/buffered_resource_handler.cc +++ b/content/browser/loader/buffered_resource_handler.cc
@@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/logging.h" #include "base/metrics/histogram.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "content/browser/download/download_resource_handler.h" #include "content/browser/download/download_stats.h" #include "content/browser/loader/certificate_resource_handler.h"