| Index: ash/shell/window_watcher_unittest.cc
|
| diff --git a/ash/shell/window_watcher_unittest.cc b/ash/shell/window_watcher_unittest.cc
|
| index 4d470ae2ad9d3049ccf9171b559db06da6683ba1..31959e65effe32218e1bc308c9e19ad29093eb3b 100644
|
| --- a/ash/shell/window_watcher_unittest.cc
|
| +++ b/ash/shell/window_watcher_unittest.cc
|
| @@ -24,7 +24,7 @@ TEST_F(WindowWatcherTest, ShellDeleteInstance) {
|
|
|
| shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
|
| Shell::CreateInstance(delegate);
|
| - Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow();
|
| + Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
|
| Shell::GetInstance()->CreateLauncher();
|
| Shell::GetInstance()->UpdateAfterLoginStatusChange(
|
| user::LOGGED_IN_USER);
|
|
|