| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 07cb6a5d4e6ddbc18d49ab217008d4e9cb1d70b7..6b7930adf571b43d464b43123ab82601a8f866f0 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -10,9 +10,7 @@
|
| #include "public/web/WebRemoteFrame.h"
|
| #include "public/web/WebRemoteFrameClient.h"
|
| #include "web/RemoteFrameClientImpl.h"
|
| -#include "web/WebExport.h"
|
| #include "web/WebFrameImplBase.h"
|
| -#include "wtf/Compiler.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -23,7 +21,7 @@
|
| class FrameOwner;
|
| class RemoteFrame;
|
|
|
| -class WEB_EXPORT WebRemoteFrameImpl final : public WebFrameImplBase, WTF_NON_EXPORTED_BASE(public WebRemoteFrame) {
|
| +class WebRemoteFrameImpl final : public WebFrameImplBase, public WebRemoteFrame {
|
| public:
|
| static WebRemoteFrameImpl* create(WebTreeScopeType, WebRemoteFrameClient*);
|
| ~WebRemoteFrameImpl() override;
|
|
|