summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_javascript_dialog_win.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:17:01 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:17:01 +0000
commit21aa9968fcd3ed8fce7ef121367e1e4284ba9376 (patch)
tree7944e97107d57dc973175b5aa45654c0276c5ca4 /content/shell/shell_javascript_dialog_win.cc
parentee098aae5963ed369f5be1e1433caa38001e408b (diff)
downloadchromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.zip
chromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.tar.gz
chromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.tar.bz2
Use a direct include of strings headers in content/renderer and content/shell.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16756003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_javascript_dialog_win.cc')
-rw-r--r--content/shell/shell_javascript_dialog_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_javascript_dialog_win.cc b/content/shell/shell_javascript_dialog_win.cc
index b8fd981..c39b2d7 100644
--- a/content/shell/shell_javascript_dialog_win.cc
+++ b/content/shell/shell_javascript_dialog_win.cc
@@ -4,7 +4,7 @@
#include "content/shell/shell_javascript_dialog.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "content/shell/app/resource.h"
#include "content/shell/shell.h"
#include "content/shell/shell_javascript_dialog_manager.h"