Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3222)

Unified Diff: chrome/browser/signin/signin_error_notifier_ash.cc

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),

Powered by Google App Engine
This is Rietveld 408576698