Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / clipboard_thread_proxy.h
index 14f3a45..af68832 100644 (file)
@@ -21,7 +21,7 @@ namespace protocol {
 
 class ClipboardThreadProxy : public ClipboardStub {
  public:
-  virtual ~ClipboardThreadProxy();
+  ~ClipboardThreadProxy() override;
 
   // Constructs a proxy for |clipboard_stub| which will trampoline invocations
   // to |clipboard_stub_task_runner|.
@@ -30,7 +30,7 @@ class ClipboardThreadProxy : public ClipboardStub {
       scoped_refptr<base::TaskRunner> clipboard_stub_task_runner);
 
   // ClipboardStub implementation.
-  virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE;
+  void InjectClipboardEvent(const ClipboardEvent& event) override;
 
  private:
   // Injects a clipboard event into a stub, if the given weak pointer to the