| Index: ash/system/overview/overview_button_tray_unittest.cc
|
| diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc
|
| index e83af596fc7cbc676c5ede69456f87f30753dc1e..8a6fc5e3dbae3ed91d8958ef8c9468a67508b6fe 100644
|
| --- a/ash/system/overview/overview_button_tray_unittest.cc
|
| +++ b/ash/system/overview/overview_button_tray_unittest.cc
|
| @@ -40,7 +40,7 @@ OverviewButtonTray* GetSecondaryTray() {
|
| class OverviewButtonTrayTest : public test::AshTestBase {
|
| public:
|
| OverviewButtonTrayTest() {}
|
| - virtual ~OverviewButtonTrayTest() {}
|
| + ~OverviewButtonTrayTest() override {}
|
|
|
| protected:
|
| views::ImageView* GetImageView(OverviewButtonTray* tray) {
|
|
|