Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 4b2a880df428892d74dc5fb0e19d27b4f887014e..b2795a929e96024aa8f6e29e098c1bd2f4f37d85 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -76,7 +76,7 @@ class CompositorAnimationHost; |
class DevToolsEmulator; |
class Frame; |
class FullscreenController; |
-class InspectorOverlay; |
+class InspectorOverlayAgent; |
class LinkHighlightImpl; |
class PageOverlay; |
class PageScaleConstraintsSet; |
@@ -500,7 +500,7 @@ class WEB_EXPORT WebViewImpl final |
WebInputMethodControllerImpl* GetActiveWebInputMethodController() const; |
private: |
- InspectorOverlay* GetInspectorOverlay(); |
+ InspectorOverlayAgent* GetInspectorOverlay(); |
void SetPageScaleFactorAndLocation(float, const FloatPoint&); |
void PropagateZoomFactorToLocalFrameRoots(Frame*, float); |