summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_activex_base.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/chrome_frame_activex_base.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/chrome_frame_activex_base.h')
-rw-r--r--chrome_frame/chrome_frame_activex_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h
index 42d3e99..b1dcc9f 100644
--- a/chrome_frame/chrome_frame_activex_base.h
+++ b/chrome_frame/chrome_frame_activex_base.h
@@ -18,8 +18,8 @@
#include <vector>
#include "base/metrics/histogram.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/scoped_bstr.h"
#include "base/win/scoped_comptr.h"