| Index: remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| index 114a46081b7c30093ee9c912fda9aeebb76cb492..aa3ce33e0a0bbf6a3109f9938e08a25097a673c7 100644
|
| --- a/remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| +++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| @@ -19,7 +19,7 @@ class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {
|
| virtual ~PepperPluginThreadDelegate();
|
|
|
| virtual bool RunOnPluginThread(
|
| - base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
|
| + base::TimeDelta delay, void(CDECL function)(void*), void* data) override;
|
|
|
| private:
|
| pp::Core* core_;
|
|
|