| 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 {
|
|
|