Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / location_bar / star_view.h
index 3aa91ec..58f4f2e 100644 (file)
@@ -13,16 +13,15 @@ class CommandUpdater;
 class StarView : public BubbleIconView {
  public:
   explicit StarView(CommandUpdater* command_updater);
-  virtual ~StarView();
+  ~StarView() override;
 
   // Toggles the star on or off.
   void SetToggled(bool on);
 
  protected:
   // BubbleIconView:
-  virtual bool IsBubbleShowing() const OVERRIDE;
-  virtual void OnExecuting(
-      BubbleIconView::ExecuteSource execute_source) OVERRIDE;
+  bool IsBubbleShowing() const override;
+  void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(StarView);