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

Unified Diff: ash/shell.h

Issue 2860553002: Clean up most of the ChromeOS headers in non-ChromeOS build (Closed)
Patch Set: Created 3 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 0a5fb1535017445c8b0bfde0789d97c1c1707e22..9a71ba80c526cefdd4124e6e38cef593d621a0c4 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -13,7 +13,6 @@
#include "ash/metrics/user_metrics_recorder.h"
#include "ash/public/cpp/shelf_types.h"
#include "ash/session/session_observer.h"
-#include "ash/wm/cursor_manager_chromeos.h"
#include "ash/wm/system_modal_container_event_filter_delegate.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
@@ -25,6 +24,10 @@
#include "ui/wm/core/cursor_manager.h"
#include "ui/wm/public/activation_change_observer.h"
+#if defined(OS_CHROMEOS)
+#include "ash/wm/cursor_manager_chromeos.h"
+#endif // defined(OS_CHROMEOS)
+
class PrefService;
namespace aura {
« no previous file with comments | « no previous file | chrome/browser/certificate_manager_model.cc » ('j') | chrome/browser/certificate_manager_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698