summaryrefslogtreecommitdiffstats
path: root/chrome_frame/find_dialog.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 04:42:10 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 04:42:10 +0000
commitce2086ee8e0d93cfb293859b0251cf12ed057f9f (patch)
treefa085ca550aa8dd7ef511b6296673366a7d23545 /chrome_frame/find_dialog.h
parentc049b2ebe8f71989ff5ce5a8b6a8998636edc1de (diff)
downloadchromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.zip
chromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.tar.gz
chromium_src-ce2086ee8e0d93cfb293859b0251cf12ed057f9f.tar.bz2
Use a direct include of strings headers in chrome_frame/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16391006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/find_dialog.h')
-rw-r--r--chrome_frame/find_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h
index f7ccaba..4adcdf0 100644
--- a/chrome_frame/find_dialog.h
+++ b/chrome_frame/find_dialog.h
@@ -9,7 +9,7 @@
#include <atlwin.h>
#include "base/memory/ref_counted.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "resource.h"
#include "grit/chrome_frame_dialogs.h"