Index: Source/web/WebRemoteFrameImpl.h |
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
index 224de1bb77bf19ff575f20b9c0bcdacf4a5236cb..4532ab7aea2d5f8459d05a1663f29227bd683eb1 100644 |
--- a/Source/web/WebRemoteFrameImpl.h |
+++ b/Source/web/WebRemoteFrameImpl.h |
@@ -8,7 +8,7 @@ |
#include "platform/heap/Handle.h" |
#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" |
@@ -188,7 +188,7 @@ public: |
virtual void trace(Visitor*); |
private: |
- RemoteFrameClient m_frameClient; |
+ RemoteFrameClientImpl m_frameClient; |
RefPtrWillBeMember<RemoteFrame> m_frame; |
WebRemoteFrameClient* m_client; |