Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / tray_popup_label_button_border.h
index 8207d89..bb06444 100644 (file)
@@ -16,10 +16,10 @@ namespace ash {
 class TrayPopupLabelButtonBorder : public views::LabelButtonBorder {
  public:
   TrayPopupLabelButtonBorder();
-  virtual ~TrayPopupLabelButtonBorder();
+  ~TrayPopupLabelButtonBorder() override;
 
   // views::LabelButtonBorder:
-  virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
+  void Paint(const views::View& view, gfx::Canvas* canvas) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);