| Index: ash/wm/window_cycle_controller_unittest.cc
|
| diff --git a/ash/wm/window_cycle_controller_unittest.cc b/ash/wm/window_cycle_controller_unittest.cc
|
| index 59618dbe87bf8a876381a93bd9c4ec5adb8756c2..ec34f7a712f290d420086744434eebed476d5012 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -38,9 +38,9 @@ using aura::Window;
|
| class WindowCycleControllerTest : public test::AshTestBase {
|
| public:
|
| WindowCycleControllerTest() {}
|
| - virtual ~WindowCycleControllerTest() {}
|
| + ~WindowCycleControllerTest() override {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| test::AshTestBase::SetUp();
|
| ASSERT_TRUE(test::TestShelfDelegate::instance());
|
|
|
|
|