| Index: ash/shell/content_client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
|
| index 50622f47fea9f63d1b68b6729d5be4360500e452..42eee00c3b9d7a23dc027655c7ba2c8e31ab4cdc 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -137,7 +137,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
| Shell::GetInstance()->desktop_background_controller()->SetDefaultWallpaper(
|
| false /* is_guest */);
|
|
|
| - ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
|
| + ash::Shell::GetPrimaryRootWindow()->GetHost()->Show();
|
| }
|
|
|
| void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
|
|