Chromium Code Reviews| Index: ash/mus/window_manager_unittest.cc |
| diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc |
| index a9e6371b7b092bba0e156d5cea2998ed69ed560b..2017580206c3bcf40359e63282f4b5c016f3051d 100644 |
| --- a/ash/mus/window_manager_unittest.cc |
| +++ b/ash/mus/window_manager_unittest.cc |
| @@ -62,20 +62,21 @@ class WindowTreeClientDelegate : public aura::WindowTreeClientDelegate { |
| DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate); |
| }; |
| -class WindowManagerTest : public service_manager::test::ServiceTest { |
| +class MusWindowManagerTest : public service_manager::test::ServiceTest { |
|
msw
2017/03/07 21:36:01
optional nit: rename file mus_window_manager_unitt
sky
2017/03/07 21:43:30
I would rather keep the file name matching the nam
|
| public: |
| - WindowManagerTest() : service_manager::test::ServiceTest("mash_unittests") {} |
| - ~WindowManagerTest() override {} |
| + MusWindowManagerTest() |
| + : service_manager::test::ServiceTest("mash_unittests") {} |
| + ~MusWindowManagerTest() override {} |
| private: |
| - DISALLOW_COPY_AND_ASSIGN(WindowManagerTest); |
| + DISALLOW_COPY_AND_ASSIGN(MusWindowManagerTest); |
| }; |
| void OnEmbed(bool success) { |
| ASSERT_TRUE(success); |
| } |
| -TEST_F(WindowManagerTest, OpenWindow) { |
| +TEST_F(MusWindowManagerTest, OpenWindow) { |
| display::ScreenBase screen; |
| screen.display_list().AddDisplay( |
| display::Display(1, gfx::Rect(0, 0, 200, 200)), |