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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 12210102: Ensure that the AppListController class which lives in app_list_controller_win.cc plays nice with A… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/ash/app_list/app_list_controller_ash.cc
===================================================================
--- chrome/browser/ui/ash/app_list/app_list_controller_ash.cc (revision 181966)
+++ chrome/browser/ui/ash/app_list/app_list_controller_ash.cc (working copy)
@@ -65,6 +65,7 @@
DismissView();
}
+#if !defined(OS_WIN)
namespace chrome {
// In the win_aura build these are defined in app_list_controller_win.cc.
@@ -103,3 +104,4 @@
}
} // namespace chrome
+#endif

Powered by Google App Engine
This is Rietveld 408576698