Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / desktop_aura / desktop_dispatcher_client.h
index 284e81c..a459f77 100644 (file)
@@ -17,12 +17,11 @@ class VIEWS_EXPORT DesktopDispatcherClient
     : public aura::client::DispatcherClient {
  public:
   DesktopDispatcherClient();
-  virtual ~DesktopDispatcherClient();
+  ~DesktopDispatcherClient() override;
 
-  virtual void PrepareNestedLoopClosures(
-      base::MessagePumpDispatcher* dispatcher,
-      base::Closure* run_closure,
-      base::Closure* quit_closure) OVERRIDE;
+  void PrepareNestedLoopClosures(base::MessagePumpDispatcher* dispatcher,
+                                 base::Closure* run_closure,
+                                 base::Closure* quit_closure) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(DesktopDispatcherClient);