| Index: chrome/browser/chromeos/ui/mobile_config_ui.cc
|
| diff --git a/chrome/browser/chromeos/ui/mobile_config_ui.cc b/chrome/browser/chromeos/ui/mobile_config_ui.cc
|
| index 0d2736247b0993d27bed1a424db55d306ee3e254..4e6d8a5ace4ffbc42d6319f1332ebfb88fdd1f60 100644
|
| --- a/chrome/browser/chromeos/ui/mobile_config_ui.cc
|
| +++ b/chrome/browser/chromeos/ui/mobile_config_ui.cc
|
| @@ -34,8 +34,7 @@ bool DisplayConfigDialog() {
|
| }
|
| // The mobile device will be managed by the primary user.
|
| chrome::ScopedTabbedBrowserDisplayer displayer(
|
| - ProfileManager::GetPrimaryUserProfile(),
|
| - chrome::HOST_DESKTOP_TYPE_ASH);
|
| + ProfileManager::GetPrimaryUserProfile(), ui::HOST_DESKTOP_TYPE_ASH);
|
| chrome::ShowSingletonTab(displayer.browser(), GURL(setup_url));
|
| return true;
|
| }
|
|
|