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

Unified Diff: chrome/browser/chromeos/first_run/drive_first_run_controller.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/chromeos/first_run/drive_first_run_controller.cc
diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
index ae66cfaf11ef039feea1b7b092bb896c0ac8b974..8d529024b437041243452c7d59001aefeaaafabe 100644
--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
+++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
@@ -102,9 +102,8 @@ void DriveOfflineNotificationDelegate::ButtonClick(int button_index) {
// The support page will be localized based on the user's GAIA account.
const GURL url = GURL(kDriveOfflineSupportUrl);
- chrome::ScopedTabbedBrowserDisplayer displayer(
- profile_,
- chrome::HOST_DESKTOP_TYPE_ASH);
+ chrome::ScopedTabbedBrowserDisplayer displayer(profile_,
+ ui::HOST_DESKTOP_TYPE_ASH);
chrome::ShowSingletonTabOverwritingNTP(
displayer.browser(),
chrome::GetSingletonTabNavigateParams(displayer.browser(), url));

Powered by Google App Engine
This is Rietveld 408576698