| Index: athena/system/background_controller.cc
|
| diff --git a/athena/system/background_controller.cc b/athena/system/background_controller.cc
|
| index 837596558994aeaeea0d3bcf8c5b1e902ab9088f..75740dc223aebd79610e5328c6b0aa9989a8239b 100644
|
| --- a/athena/system/background_controller.cc
|
| +++ b/athena/system/background_controller.cc
|
| @@ -29,12 +29,12 @@ class BackgroundView : public views::View {
|
| }
|
|
|
| // views::View:
|
| - virtual void Layout() OVERRIDE {
|
| + virtual void Layout() override {
|
| system_info_view_->SetBounds(
|
| 0, 0, width(), system_info_view_->GetPreferredSize().height());
|
| }
|
|
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
|
| + virtual void OnPaint(gfx::Canvas* canvas) override {
|
| canvas->DrawImageInt(image_,
|
| 0,
|
| 0,
|
|
|