| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index 8fbecadb5dd2460a74727da126c1b3733162f271..8fa62e8572a652f1747f9d1badf7482eadffbe82 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -83,7 +83,7 @@ void OpenAsh() {
|
| chrome::StartKeepAlive();
|
| }
|
| #endif
|
| - ash::Shell::GetPrimaryRootWindow()->ShowRootWindow();
|
| + ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow();
|
| }
|
|
|
| void CloseAsh() {
|
|
|