| Index: chrome/browser/ui/views/message_center/message_center_frame_view.h
|
| diff --git a/chrome/browser/ui/views/message_center/message_center_frame_view.h b/chrome/browser/ui/views/message_center/message_center_frame_view.h
|
| index 5ad6cf49c4c32ba070a11ac2d23da4468fa382dc..4d556c521e97ff73d0ff8c64da754330de9ad144 100644
|
| --- a/chrome/browser/ui/views/message_center/message_center_frame_view.h
|
| +++ b/chrome/browser/ui/views/message_center/message_center_frame_view.h
|
| @@ -22,20 +22,20 @@ class MessageCenterFrameView : public views::NonClientFrameView {
|
| virtual ~MessageCenterFrameView();
|
|
|
| // NonClientFrameView overrides:
|
| - virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
|
| + virtual gfx::Rect GetBoundsForClientView() const override;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| - const gfx::Rect& client_bounds) const OVERRIDE;
|
| - virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
| + const gfx::Rect& client_bounds) const override;
|
| + virtual int NonClientHitTest(const gfx::Point& point) override;
|
| virtual void GetWindowMask(const gfx::Size& size,
|
| - gfx::Path* window_mask) OVERRIDE;
|
| - virtual void ResetWindowControls() OVERRIDE;
|
| - virtual void UpdateWindowIcon() OVERRIDE;
|
| - virtual void UpdateWindowTitle() OVERRIDE;
|
| - virtual void SizeConstraintsChanged() OVERRIDE;
|
| + gfx::Path* window_mask) override;
|
| + virtual void ResetWindowControls() override;
|
| + virtual void UpdateWindowIcon() override;
|
| + virtual void UpdateWindowTitle() override;
|
| + virtual void SizeConstraintsChanged() override;
|
|
|
| // View overrides:
|
| - virtual gfx::Insets GetInsets() const OVERRIDE;
|
| - virtual const char* GetClassName() const OVERRIDE;
|
| + virtual gfx::Insets GetInsets() const override;
|
| + virtual const char* GetClassName() const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MessageCenterFrameView);
|
|
|