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

Unified Diff: ash/wm/workspace_controller_unittest.cc

Issue 2761373002: Move yet more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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/wm/workspace_controller_unittest.cc
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
index 885b893b741200522d0daf70077c9647183a66f4..9011354e050d6e0a0d493dfa420469267ee73fde 100644
--- a/ash/wm/workspace_controller_unittest.cc
+++ b/ash/wm/workspace_controller_unittest.cc
@@ -500,7 +500,7 @@ TEST_F(WorkspaceControllerTest, MinimizeResetsVisibility) {
// AshTestHelper.
mojom::SessionInfoPtr info = mojom::SessionInfo::New();
info->state = session_manager::SessionState::ACTIVE;
- ash::WmShell::Get()->session_controller()->SetSessionInfo(std::move(info));
+ ash::Shell::Get()->session_controller()->SetSessionInfo(std::move(info));
std::unique_ptr<Window> w1(CreateTestWindow());
w1->Show();
« no previous file with comments | « ash/wm/window_cycle_controller_unittest.cc ('k') | chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698