| Index: ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| index 1c710793d3158da920ddd57b348aaaf4b2c1dc0a..50f160ec3ccf3744b1bedeeece32fd31c5d0c521 100644
|
| --- a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| +++ b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| @@ -28,9 +28,9 @@ namespace ash {
|
| class AshNativeCursorManagerTest : public test::AshTestBase {
|
| public:
|
| AshNativeCursorManagerTest() {}
|
| - virtual ~AshNativeCursorManagerTest() {}
|
| + ~AshNativeCursorManagerTest() override {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| gfx::GLSurface::InitializeOneOffForTests();
|
|
|
| ui::RegisterPathProvider();
|
|
|