Index: content/worker/worker_thread.h |
diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h |
index 89d8f85ac19667278745c1fe6e68efda0ae64071..d1fb4abd40ce0cf7b915891fac8006c2056d768c 100644 |
--- a/content/worker/worker_thread.h |
+++ b/content/worker/worker_thread.h |
@@ -34,8 +34,8 @@ class WorkerThread : public ChildThread { |
} |
private: |
- virtual bool OnControlMessageReceived(const IPC::Message& msg); |
- virtual void OnChannelError(); |
+ virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual void OnChannelError() OVERRIDE; |
void OnCreateWorker(const WorkerProcessMsg_CreateWorker_Params& params); |