| Index: athena/system/background_controller.cc
|
| diff --git a/athena/system/background_controller.cc b/athena/system/background_controller.cc
|
| index 75740dc223aebd79610e5328c6b0aa9989a8239b..f5dbbdab179ea7630f3fea93e4b92e5a6632ab5b 100644
|
| --- a/athena/system/background_controller.cc
|
| +++ b/athena/system/background_controller.cc
|
| @@ -21,7 +21,7 @@ class BackgroundView : public views::View {
|
| SystemUI::Get()->CreateSystemInfoView(SystemUI::COLOR_SCHEME_LIGHT);
|
| AddChildView(system_info_view_);
|
| }
|
| - virtual ~BackgroundView() {}
|
| + ~BackgroundView() override {}
|
|
|
| void SetImage(const gfx::ImageSkia& image) {
|
| image_ = image;
|
|
|