| Index: ash/mus/top_level_window_factory_unittest.cc
|
| diff --git a/ash/mus/top_level_window_factory_unittest.cc b/ash/mus/top_level_window_factory_unittest.cc
|
| index 5270398b4acf202ec6100ba3931e618f8e99859a..36365f0481f42ac8816a1aab2ed08bc8478f14fa 100644
|
| --- a/ash/mus/top_level_window_factory_unittest.cc
|
| +++ b/ash/mus/top_level_window_factory_unittest.cc
|
| @@ -13,10 +13,10 @@
|
| #include "ash/mus/test/wm_test_base.h"
|
| #include "ash/mus/window_manager.h"
|
| #include "ash/mus/window_manager_application.h"
|
| +#include "ash/shell_port.h"
|
| #include "ash/test/ash_test.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/ash_test_helper.h"
|
| -#include "ash/wm_shell.h"
|
| #include "ash/wm_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/display/screen.h"
|
| @@ -37,7 +37,7 @@ TEST_F(TopLevelWindowFactoryTest, CreateFullscreenWindow) {
|
| std::unique_ptr<WindowOwner> window_owner = CreateToplevelTestWindow();
|
| WmWindow* window = window_owner->window();
|
| window->SetFullscreen(true);
|
| - WmWindow* root_window = WmShell::Get()->GetPrimaryRootWindow();
|
| + WmWindow* root_window = ShellPort::Get()->GetPrimaryRootWindow();
|
| EXPECT_EQ(root_window->GetBounds(), window->GetBounds());
|
| }
|
|
|
|
|