summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/customization_document.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 08:03:30 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 08:03:30 +0000
commit5c073323e30996ee25724abdb3cbd0e68d0e566a (patch)
tree6e6e0ad39ec1277ea9dd55480855ddaa36ef7ca7 /chrome/browser/chromeos/customization_document.cc
parentb6e4348629872b522e4045a498014ce4c81fa0d3 (diff)
downloadchromium_src-5c073323e30996ee25724abdb3cbd0e68d0e566a.zip
chromium_src-5c073323e30996ee25724abdb3cbd0e68d0e566a.tar.gz
chromium_src-5c073323e30996ee25724abdb3cbd0e68d0e566a.tar.bz2
Use a direct include of strings headers in chrome/browser/chromeos/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15798019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/customization_document.cc')
-rw-r--r--chrome/browser/chromeos/customization_document.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
index 555c121..a5f551c 100644
--- a/chrome/browser/chromeos/customization_document.cc
+++ b/chrome/browser/chromeos/customization_document.cc
@@ -12,7 +12,7 @@
#include "base/logging.h"
#include "base/prefs/pref_registry_simple.h"
#include "base/prefs/pref_service.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "chrome/browser/browser_process.h"