summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:49:49 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:49:49 +0000
commit3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9 (patch)
tree44e904a375941185a9aaf427fb9b3242ce11402a /chrome/common/logging_chrome.cc
parentb95ff9ed7c31295c6a1e45a99ffef2701855ee50 (diff)
downloadchromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.zip
chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.gz
chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.bz2
Use a direct include of strings headers in chrome/common/, part 2.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16579006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome.cc')
-rw-r--r--chrome/common/logging_chrome.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index e425bc1..cada54f 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -38,9 +38,9 @@
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/path_service.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_restrictions.h"
#include "base/time.h"