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

Unified Diff: chrome/browser/chromeos/net/network_portal_notification_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/net/network_portal_notification_controller.cc
diff --git a/chrome/browser/chromeos/net/network_portal_notification_controller.cc b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
index e9490adbc1b28bcfb5734fc64e517b0a1d8ddda6..ec936c47b6a181d7c6f3407266cf9ca8efa51217 100644
--- a/chrome/browser/chromeos/net/network_portal_notification_controller.cc
+++ b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
@@ -180,8 +180,8 @@ void NetworkPortalNotificationControllerDelegate::Click() {
} else {
if (!profile)
return;
- chrome::ScopedTabbedBrowserDisplayer displayer(
- profile, chrome::HOST_DESKTOP_TYPE_ASH);
+ chrome::ScopedTabbedBrowserDisplayer displayer(profile,
+ ui::HOST_DESKTOP_TYPE_ASH);
GURL url(captive_portal::CaptivePortalDetector::kDefaultURL);
chrome::ShowSingletonTab(displayer.browser(), url);
}

Powered by Google App Engine
This is Rietveld 408576698