Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / location_bar / icon_label_bubble_view.h
index ccf3f50..ca6aa06 100644 (file)
@@ -38,7 +38,7 @@ class IconLabelBubbleView : public views::View {
                       SkColor text_color,
                       SkColor parent_background_color,
                       bool elide_in_middle);
-  virtual ~IconLabelBubbleView();
+  ~IconLabelBubbleView() override;
 
   void SetLabel(const base::string16& label);
   void SetImage(const gfx::ImageSkia& image);
@@ -48,10 +48,10 @@ class IconLabelBubbleView : public views::View {
 
  protected:
   // views::View:
-  virtual gfx::Size GetPreferredSize() const OVERRIDE;
-  virtual void Layout() OVERRIDE;
-  virtual void OnMouseEntered(const ui::MouseEvent& event) OVERRIDE;
-  virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE;
+  gfx::Size GetPreferredSize() const override;
+  void Layout() override;
+  void OnMouseEntered(const ui::MouseEvent& event) override;
+  void OnMouseExited(const ui::MouseEvent& event) override;
 
   const gfx::FontList& font_list() const { return label_->font_list(); }
 
@@ -66,7 +66,7 @@ class IconLabelBubbleView : public views::View {
   static int GetBubbleOuterPadding(bool by_icon);
 
   // views::View:
-  virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+  void OnPaint(gfx::Canvas* canvas) override;
 
   int GetPreLabelWidth() const;