diff options
Diffstat (limited to 'ash/shell/window_watcher_unittest.cc')
-rw-r--r-- | ash/shell/window_watcher_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/window_watcher_unittest.cc b/ash/shell/window_watcher_unittest.cc index 71a2f87..4d470ae 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()->ShowRootWindow(); + Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow(); Shell::GetInstance()->CreateLauncher(); Shell::GetInstance()->UpdateAfterLoginStatusChange( user::LOGGED_IN_USER); |