| 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();
|
|
|