From ce2086ee8e0d93cfb293859b0251cf12ed057f9f Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Tue, 11 Jun 2013 04:42:10 +0000 Subject: 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 --- chrome_frame/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/utils.h') diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index 4341880..744cab8 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -15,7 +15,7 @@ #include "base/basictypes.h" #include "base/logging.h" #include "base/metrics/histogram.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "base/win/scoped_comptr.h" #include "googleurl/src/gurl.h" #include "ui/gfx/rect.h" -- cgit v1.1