Index: ui/app_list/app_list_switches.cc |
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc |
index 8f3da334f2a1e822cd72089c4dfe97c02118941f..f6ffbc886fc93a186ace8fc79b28379c283ef967 100644 |
--- a/ui/app_list/app_list_switches.cc |
+++ b/ui/app_list/app_list_switches.cc |
@@ -37,8 +37,8 @@ bool IsAppListSyncEnabled() { |
} |
bool IsFolderUIEnabled() { |
-#if defined(OS_MACOSX) |
- return false; // Folder UI not implemented for OSX |
+#if defined(TOOLKIT_VIEWS) |
+ return false; // Folder UI not implemented for Cocoa. |
#endif |
// Folder UI is available only when AppList sync is enabled, and should |
// not be disabled separately. |