Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index 47a127e823d8f7a06401daa8985c3f3ad5e0c947..07695b2eab3ac08db6ddad87a8d11873a0cffd8c 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -112,7 +112,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE; |
virtual void UpdateTitle(RenderViewHost* render_view_host, |
int32 page_id, |
- const string16& title, |
+ const base::string16& title, |
base::i18n::TextDirection title_direction) OVERRIDE; |
virtual RendererPreferences GetRendererPrefs( |
BrowserContext* browser_context) const OVERRIDE; |
@@ -246,7 +246,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
// The original title of the contents that should be reverted to when the |
// interstitial is hidden. |
- string16 original_web_contents_title_; |
+ base::string16 original_web_contents_title_; |
// Our RenderViewHostViewDelegate, necessary for accelerators to work. |
scoped_ptr<InterstitialPageRVHDelegateView> rvh_delegate_view_; |