Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / shell / window_watcher_shelf_item_delegate.h
index 44542f6..117156b 100644 (file)
@@ -19,16 +19,16 @@ class WindowWatcher;
 class WindowWatcherShelfItemDelegate : public ShelfItemDelegate {
  public:
   WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
-  virtual ~WindowWatcherShelfItemDelegate();
+  ~WindowWatcherShelfItemDelegate() override;
 
   // ShelfItemDelegate:
-  virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
-  virtual base::string16 GetTitle() OVERRIDE;
-  virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
-  virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
-  virtual bool IsDraggable() OVERRIDE;
-  virtual bool ShouldShowTooltip() OVERRIDE;
-  virtual void Close() OVERRIDE;
+  bool ItemSelected(const ui::Event& event) override;
+  base::string16 GetTitle() override;
+  ui::MenuModel* CreateContextMenu(aura::Window* root_window) override;
+  ShelfMenuModel* CreateApplicationMenu(int event_flags) override;
+  bool IsDraggable() override;
+  bool ShouldShowTooltip() override;
+  void Close() override;
 
  private:
   ShelfID id_;