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

Unified Diff: ash/test/ash_test_helper.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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/shell_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 00eb87dd0b72f454eac2b4360cee598ba429c57d..3bb992532e8b1eaac858758205ec15cdaf2f19c3 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -142,7 +142,7 @@ void AshTestHelper::SetUp(bool start_session) {
std::unique_ptr<aura::InputStateLookup>());
session_controller_client_.reset(
- new TestSessionControllerClient(WmShell::Get()->session_controller()));
+ new TestSessionControllerClient(Shell::Get()->session_controller()));
session_controller_client_->InitializeAndBind();
Shell* shell = Shell::GetInstance();
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/shell_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698