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 e0769e01ba5287d20f853097d618f7c58d810152..6cfaefc644c05284709e149735e5e92a459d047c 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -162,7 +162,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
bool* is_keyboard_shortcut) override; |
void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) override; |
TextInputManager* GetTextInputManager() override; |
- void GetScreenInfo(blink::WebScreenInfo* screen_info) override; |
+ void GetScreenInfo(content::ScreenInfo* screen_info) override; |
void UpdateDeviceScaleFactor(double device_scale_factor) override; |
bool enabled() const { return enabled_; } |