| Index: chrome/browser/ui/views/frame/top_container_view.h
|
| diff --git a/chrome/browser/ui/views/frame/top_container_view.h b/chrome/browser/ui/views/frame/top_container_view.h
|
| index ad56949f25db837f73aa39afab5787fec757ac0a..e4379bab70c263c80d3ee3f38658f6fc34180517 100644
|
| --- a/chrome/browser/ui/views/frame/top_container_view.h
|
| +++ b/chrome/browser/ui/views/frame/top_container_view.h
|
| @@ -20,8 +20,8 @@ class TopContainerView : public views::View {
|
| virtual ~TopContainerView();
|
|
|
| // views::View overrides:
|
| - virtual const char* GetClassName() const OVERRIDE;
|
| - virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual const char* GetClassName() const override;
|
| + virtual void OnPaintBackground(gfx::Canvas* canvas) override;
|
|
|
| private:
|
| // The parent of this view. Not owned.
|
|
|