Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / desktop_background / desktop_background_view.h
index 8a598f3..17814d0 100644 (file)
@@ -18,17 +18,17 @@ class DesktopBackgroundView : public views::View,
                               public views::ContextMenuController {
  public:
   DesktopBackgroundView();
-  virtual ~DesktopBackgroundView();
+  ~DesktopBackgroundView() override;
 
  private:
   // Overridden from views::View:
-  virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
-  virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
+  void OnPaint(gfx::Canvas* canvas) override;
+  bool OnMousePressed(const ui::MouseEvent& event) override;
 
   // Overridden from views::ContextMenuController:
-  virtual void ShowContextMenuForView(views::View* source,
-                                      const gfx::Point& point,
-                                      ui::MenuSourceType source_type) OVERRIDE;
+  void ShowContextMenuForView(views::View* source,
+                              const gfx::Point& point,
+                              ui::MenuSourceType source_type) override;
   scoped_ptr<PreEventDispatchHandler> pre_dispatch_handler_;
 
   DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView);