| Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| index d1f15479ebfa43a91ca5586232c3f917e06ca6d1..5c8cfcbb5e2cf35569faf73925b43cbeb984e959 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| @@ -23,13 +23,13 @@ class PageActionWithBadgeView : public views::View {
|
| PageActionImageView* image_view() { return image_view_; }
|
|
|
| // views::View:
|
| - virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| + virtual void GetAccessibleState(ui::AXViewState* state) override;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
|
|
| void UpdateVisibility(content::WebContents* contents);
|
|
|
| private:
|
| - virtual void Layout() OVERRIDE;
|
| + virtual void Layout() override;
|
|
|
| // The button this view contains.
|
| PageActionImageView* image_view_;
|
|
|