summaryrefslogtreecommitdiffstats
path: root/src/core/renderer/user_resource_controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/renderer/user_resource_controller.cpp')
-rw-r--r--src/core/renderer/user_resource_controller.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/renderer/user_resource_controller.cpp b/src/core/renderer/user_resource_controller.cpp
index c89ad69ad..b172c762b 100644
--- a/src/core/renderer/user_resource_controller.cpp
+++ b/src/core/renderer/user_resource_controller.cpp
@@ -103,12 +103,12 @@ public:
RenderViewObserverHelper(content::RenderView *);
private:
// RenderViewObserver implementation.
- virtual void DidFinishDocumentLoad(blink::WebLocalFrame* frame) Q_DECL_OVERRIDE;
- virtual void DidFinishLoad(blink::WebLocalFrame* frame) Q_DECL_OVERRIDE;
- virtual void DidStartProvisionalLoad(blink::WebLocalFrame* frame) Q_DECL_OVERRIDE;
- virtual void FrameDetached(blink::WebFrame* frame) Q_DECL_OVERRIDE;
- virtual void OnDestruct() Q_DECL_OVERRIDE;
- virtual bool OnMessageReceived(const IPC::Message& message) Q_DECL_OVERRIDE;
+ void DidFinishDocumentLoad(blink::WebLocalFrame* frame) override;
+ void DidFinishLoad(blink::WebLocalFrame* frame) override;
+ void DidStartProvisionalLoad(blink::WebLocalFrame* frame) override;
+ void FrameDetached(blink::WebFrame* frame) override;
+ void OnDestruct() override;
+ bool OnMessageReceived(const IPC::Message& message) override;
void onUserScriptAdded(const UserScriptData &);
void onUserScriptRemoved(const UserScriptData &);