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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.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/ui/app_list/app_list_syncable_service.cc
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
index 7ab733bf9cf1cedee37148ac3bdb5fea5f055249..96fd408d137f223d91c7693a961bfb1fbdd5d16e 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
@@ -260,8 +260,7 @@ void AppListSyncableService::BuildModel() {
// dependency and move the dependent methods from AppListControllerDelegate
// to an extension service delegate associated with this class.
AppListControllerDelegate* controller = NULL;
- AppListService* service =
- AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE);
+ AppListService* service = AppListService::Get(ui::HOST_DESKTOP_TYPE_NATIVE);
if (service)
controller = service->GetControllerDelegate();
apps_builder_.reset(new ExtensionAppModelBuilder(controller));

Powered by Google App Engine
This is Rietveld 408576698