| Index: ash/shell/window_watcher_unittest.cc
|
| diff --git a/ash/shell/window_watcher_unittest.cc b/ash/shell/window_watcher_unittest.cc
|
| index 25a26ec63cf3d36b56d4c296a80b0e04176055dc..b6fe61bd2f29f1dc8eb566d3506aa7cd89454f83 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()->host()->Show();
|
| + Shell::GetPrimaryRootWindow()->GetHost()->Show();
|
| Shell::GetInstance()->CreateShelf();
|
| Shell::GetInstance()->UpdateAfterLoginStatusChange(
|
| user::LOGGED_IN_USER);
|
|
|