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

Unified Diff: chrome/browser/ui/app_list/app_list_service_selector.cc

Issue 14554002: Get use_aura=1 and use_aura=1 use_ash=1 building on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 8 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
« no previous file with comments | « chrome/browser/notifications/message_center_notification_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_selector.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_selector.cc b/chrome/browser/ui/app_list/app_list_service_selector.cc
index 60dc94ef08ce73d70acf3b8cb7feb4834a57ac7b..764679097b7eb5f8ff8e9903c5fa096ade388fe7 100644
--- a/chrome/browser/ui/app_list/app_list_service_selector.cc
+++ b/chrome/browser/ui/app_list/app_list_service_selector.cc
@@ -34,7 +34,7 @@ AppListService* AppListService::Get() {
return chrome::GetAppListServiceWin();
#elif defined(OS_MACOSX)
return chrome::GetAppListServiceMac();
-#elif defined(OS_CHROMEOS)
+#elif defined(USE_ASH)
return chrome::GetAppListServiceAsh();
#else
#error "ENABLE_APP_LIST defined, but no AppListService available"
« no previous file with comments | « chrome/browser/notifications/message_center_notification_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698