summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_util.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 19:54:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 19:54:22 +0000
commit98570e13a7e5922be6e96a5b64918eb7a691e37b (patch)
tree9a6f0bec5843c08694d69a11724af5dbce8aed2d /chrome/browser/automation/automation_util.cc
parentabb42119b562c9170cec1bb4769f2cf2c9bfa440 (diff)
downloadchromium_src-98570e13a7e5922be6e96a5b64918eb7a691e37b.zip
chromium_src-98570e13a7e5922be6e96a5b64918eb7a691e37b.tar.gz
chromium_src-98570e13a7e5922be6e96a5b64918eb7a691e37b.tar.bz2
Use a direct include of strings headers in chrome/auto*/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16746002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_util.cc')
-rw-r--r--chrome/browser/automation/automation_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc
index 765fe36..ccfb056 100644
--- a/chrome/browser/automation/automation_util.cc
+++ b/chrome/browser/automation/automation_util.cc
@@ -10,8 +10,8 @@
#include "ash/shell_delegate.h"
#include "base/bind.h"
#include "base/memory/scoped_ptr.h"
-#include "base/stringprintf.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/stringprintf.h"
#include "base/synchronization/waitable_event.h"
#include "base/time.h"
#include "base/values.h"