Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
index b2ed8bc1db89b1a2933ca168973d7346ca782d21..cd346acfbcfbd8fac1939c90b76ac6b570f5afdf 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
@@ -59,7 +59,6 @@ class Document; |
class DocumentLoader; |
struct FrameLoadRequest; |
class HTMLFormElement; |
-class HTMLFrameElementBase; |
class HTMLFrameOwnerElement; |
class HTMLMediaElement; |
class HTMLPlugInElement; |
@@ -285,7 +284,7 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient { |
ContentSecurityPolicyHeaderType, |
ContentSecurityPolicyHeaderSource) {} |
- virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {} |
+ virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {} |
virtual void dispatchWillStartUsingPeerConnectionHandler( |
WebRTCPeerConnectionHandler*) {} |