diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 22:53:46 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 22:53:46 +0000 |
commit | e746341f17ca1ec9623fef6d480343fa3ef4ec88 (patch) | |
tree | b988695b3446682e40a4dd8fefacf8b73f26f1c1 /chrome/browser/character_encoding.cc | |
parent | 2ff32055aedb65ad79e1ac32cc0dbf95d71f5056 (diff) | |
download | chromium_src-e746341f17ca1ec9623fef6d480343fa3ef4ec88.zip chromium_src-e746341f17ca1ec9623fef6d480343fa3ef4ec88.tar.gz chromium_src-e746341f17ca1ec9623fef6d480343fa3ef4ec88.tar.bz2 |
Use a direct include of strings headers in chrome/browser/a*-c*/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16742003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/character_encoding.cc')
-rw-r--r-- | chrome/browser/character_encoding.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/character_encoding.cc b/chrome/browser/character_encoding.cc index 5cbe94e..a82f3dc 100644 --- a/chrome/browser/character_encoding.cc +++ b/chrome/browser/character_encoding.cc @@ -9,8 +9,8 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" -#include "base/string_util.h" #include "base/strings/string_tokenizer.h" +#include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" #include "content/public/browser/browser_thread.h" |