| 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 5f7e40a9155ba1807422c3bde92c20452f99f64a..3c78a1cebdbb936f54511efa137ed2e2c6695efe 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -79,7 +79,7 @@ void OpenAsh() {
|
| chrome::IncrementKeepAliveCount();
|
| }
|
| #endif
|
| - ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
|
| + ash::Shell::GetPrimaryRootWindow()->GetHost()->Show();
|
| }
|
|
|
| void CloseAsh() {
|
|
|