Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / client / plugin / pepper_plugin_thread_delegate.h
index 114a460..eb6ddb3 100644 (file)
@@ -16,10 +16,11 @@ namespace remoting {
 class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {
  public:
   PepperPluginThreadDelegate();
-  virtual ~PepperPluginThreadDelegate();
+  ~PepperPluginThreadDelegate() override;
 
-  virtual bool RunOnPluginThread(
-      base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
+  bool RunOnPluginThread(base::TimeDelta delay,
+                         void(CDECL function)(void*),
+                         void* data) override;
 
  private:
   pp::Core* core_;