Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / location_bar / translate_icon_view.h
index 7439f86..4ebafd3 100644 (file)
@@ -14,16 +14,15 @@ class CommandUpdater;
 class TranslateIconView : public BubbleIconView {
  public:
   explicit TranslateIconView(CommandUpdater* command_updater);
-  virtual ~TranslateIconView();
+  ~TranslateIconView() override;
 
   // Toggles the icon 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(TranslateIconView);