summaryrefslogtreecommitdiffstats
path: root/content/worker/websharedworker_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/worker/websharedworker_stub.h')
-rw-r--r--content/worker/websharedworker_stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h
index c372fb2..77e063a 100644
--- a/content/worker/websharedworker_stub.h
+++ b/content/worker/websharedworker_stub.h
@@ -26,8 +26,8 @@ class WebSharedWorkerStub : public IPC::Channel::Listener {
const WorkerAppCacheInitInfo& appcache_init_info);
// IPC::Channel::Listener implementation.
- virtual bool OnMessageReceived(const IPC::Message& message);
- virtual void OnChannelError();
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void OnChannelError() OVERRIDE;
// Invoked when the WebWorkerClientProxy is shutting down.
void Shutdown();