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

Unified Diff: chrome/browser/ui/app_list/app_list_service.h

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_service.h
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
index 99fbd65c2898852bd407eefc5e2a47f32992500d..8ac42843e39124bfbb0276cbbce1215ca7b180a0 100644
--- a/chrome/browser/ui/app_list/app_list_service.h
+++ b/chrome/browser/ui/app_list/app_list_service.h
@@ -51,7 +51,7 @@ class AppListService {
// Get the AppListService for the current platform and specified
// |desktop_type|.
- static AppListService* Get(chrome::HostDesktopType desktop_type);
+ static AppListService* Get(ui::HostDesktopType desktop_type);
// Call Init for all AppListService instances on this platform.
static void InitAll(Profile* initial_profile,

Powered by Google App Engine
This is Rietveld 408576698