Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2375)

Unified Diff: ash/mus/top_level_window_factory_unittest.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698