Index: Source/web/WebRemoteFrameImpl.h |
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
index 5a9ab49b9e49661f8aa9a5034b90ff288ed42f69..9bfe5bca2a0cdafdf6615f07b3770c4c419a9ba6 100644 |
--- a/Source/web/WebRemoteFrameImpl.h |
+++ b/Source/web/WebRemoteFrameImpl.h |
@@ -7,7 +7,7 @@ |
#include "public/web/WebRemoteFrame.h" |
#include "public/web/WebRemoteFrameClient.h" |
-#include "web/RemoteFrameClient.h" |
+#include "web/RemoteFrameClientImpl.h" |
#include "wtf/HashMap.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/RefCounted.h" |
@@ -186,7 +186,7 @@ public: |
static WebRemoteFrameImpl* fromFrame(RemoteFrame&); |
private: |
- RemoteFrameClient m_frameClient; |
+ RemoteFrameClientImpl m_frameClient; |
RefPtr<RemoteFrame> m_frame; |
WebRemoteFrameClient* m_client; |