Index: Source/core/frame/RemoteFrame.h |
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
index c246f75371870068b229e0d9ece3f77a42f4c5f2..e74d1acf70a67287df118c716e120885f855593d 100644 |
--- a/Source/core/frame/RemoteFrame.h |
+++ b/Source/core/frame/RemoteFrame.h |
@@ -15,12 +15,12 @@ class RemoteFrameView; |
class RemoteFrame: public Frame { |
public: |
static PassRefPtrWillBeRawPtr<RemoteFrame> create(RemoteFrameClient*, FrameHost*, FrameOwner*); |
- virtual bool isRemoteFrame() const OVERRIDE { return true; } |
+ virtual bool isRemoteFrame() const override { return true; } |
virtual ~RemoteFrame(); |
- virtual void navigate(Document& originDocument, const KURL&, const Referrer&, bool lockBackForwardList) OVERRIDE; |
- virtual void detach() OVERRIDE; |
+ virtual void navigate(Document& originDocument, const KURL&, const Referrer&, bool lockBackForwardList) override; |
+ virtual void detach() override; |
void setView(PassRefPtr<RemoteFrameView>); |
void createView(); |