| Index: content/plugin/plugin_thread.h
|
| diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h
|
| index 1a1183bd891cb156b77942f24236481ff27221a3..0143acf934d4d0aff0d251432ba7612194c79595 100644
|
| --- a/content/plugin/plugin_thread.h
|
| +++ b/content/plugin/plugin_thread.h
|
| @@ -29,7 +29,7 @@ class PluginThread : public ChildThread {
|
| static PluginThread* current();
|
|
|
| private:
|
| - virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| // Callback for when a channel has been created.
|
| void OnCreateChannel(int renderer_id, bool incognito);
|
|
|