| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index ebd1fe43a40eabdb0eb153dc8569b44026ecfca9..fefd8c0d332ceecfafde45a80cfd9014ad2dd757 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -22,7 +22,7 @@ class WebLayer;
|
| class WindowProxyManager;
|
| struct FrameLoadRequest;
|
|
|
| -class CORE_EXPORT RemoteFrame: public Frame {
|
| +class CORE_EXPORT RemoteFrame final : public Frame {
|
| public:
|
| static RemoteFrame* create(RemoteFrameClient*, FrameHost*, FrameOwner*);
|
|
|
|
|