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 66c0ca9024d94a1f992d8ef583406a3b594d6f54..347a014b9cdf76d362622c54c7aa80fc5a574fd4 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -121,7 +121,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
const ViewHostMsg_CreateWindow_Params& params, |
SessionStorageNamespace* session_storage_namespace) OVERRIDE; |
virtual void CreateNewWidget(int route_id, |
- WebKit::WebPopupType popup_type) OVERRIDE; |
+ blink::WebPopupType popup_type) OVERRIDE; |
virtual void CreateNewFullscreenWidget(int route_id) OVERRIDE; |
virtual void ShowCreatedWindow(int route_id, |
WindowOpenDisposition disposition, |