summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 19:33:35 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 19:33:35 +0000
commit0836da0963a43e9abd8dae4bcadbec05e570cb96 (patch)
tree9cef7995c5b7491ccb056142f585af7ae548d157 /ash/shell_delegate.h
parent7dd182324b86eefe7e3e3078daf0fd1d59031c7f (diff)
downloadchromium_src-0836da0963a43e9abd8dae4bcadbec05e570cb96.zip
chromium_src-0836da0963a43e9abd8dae4bcadbec05e570cb96.tar.gz
chromium_src-0836da0963a43e9abd8dae4bcadbec05e570cb96.tar.bz2
Use a direct include of strings headers in ash/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16739005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index f9f6bf8..8660c2f 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -11,7 +11,7 @@
#include "ash/magnifier/magnifier_constants.h"
#include "ash/shell.h"
#include "base/callback.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/time.h"
namespace app_list {