| Index: chrome/browser/signin/signin_error_notifier_ash.cc
|
| diff --git a/chrome/browser/signin/signin_error_notifier_ash.cc b/chrome/browser/signin/signin_error_notifier_ash.cc
|
| index 25c4d06f72693c039aef9d53b836748c9b2a7b2f..41fd69ceb265378a44dde8c55946136d1a7ebbea 100644
|
| --- a/chrome/browser/signin/signin_error_notifier_ash.cc
|
| +++ b/chrome/browser/signin/signin_error_notifier_ash.cc
|
| @@ -102,7 +102,7 @@ void SigninNotificationDelegate::FixSignIn() {
|
|
|
| // Find a browser instance or create one.
|
| chrome::ScopedTabbedBrowserDisplayer browser_displayer(
|
| - profile_, chrome::HOST_DESKTOP_TYPE_ASH);
|
| + profile_, ui::HOST_DESKTOP_TYPE_ASH);
|
|
|
| // Navigate to the sync setup subpage, which will launch a login page.
|
| chrome::ShowSettingsSubPage(browser_displayer.browser(),
|
|
|