| Index: chrome/browser/ui/views/profiles/profile_reset_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/profiles/profile_reset_bubble_view.h b/chrome/browser/ui/views/profiles/profile_reset_bubble_view.h
|
| index 454bb2f29b8085d049a1b9973a1897741bd6b2b6..72df3549f145960e5d688b1c246c0034eb3db448 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_reset_bubble_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_reset_bubble_view.h
|
| @@ -44,14 +44,14 @@ class ProfileResetBubbleView : public views::BubbleDelegateView,
|
| Browser* browser);
|
|
|
| // views::BubbleDelegateView methods.
|
| - virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
| - virtual void Init() OVERRIDE;
|
| + virtual views::View* GetInitiallyFocusedView() override;
|
| + virtual void Init() override;
|
|
|
| // views::WidgetDelegate method.
|
| - virtual void WindowClosing() OVERRIDE;
|
| + virtual void WindowClosing() override;
|
|
|
| // GlobalErrorBubbleViewBase:
|
| - virtual void CloseBubbleView() OVERRIDE;
|
| + virtual void CloseBubbleView() override;
|
|
|
| private:
|
| ProfileResetBubbleView(
|
| @@ -71,10 +71,10 @@ class ProfileResetBubbleView : public views::BubbleDelegateView,
|
|
|
| // views::ButtonListener method.
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const ui::Event& event) OVERRIDE;
|
| + const ui::Event& event) override;
|
|
|
| // views::LinkListener method.
|
| - virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
| + virtual void LinkClicked(views::Link* source, int event_flags) override;
|
|
|
| // Sets the fully populated feedback data.
|
| void UpdateFeedbackDetails();
|
|
|