| Index: ash/content/shell_content_state.h
|
| diff --git a/ash/content/shell_content_state.h b/ash/content/shell_content_state.h
|
| index 3269a582855834444313c7469a1585b415ee2433..858eec1413762b86c9bfeddb3582bf209da4993c 100644
|
| --- a/ash/content/shell_content_state.h
|
| +++ b/ash/content/shell_content_state.h
|
| @@ -6,12 +6,10 @@
|
| #define ASH_CONTENT_SHELL_CONTENT_STATE_H_
|
|
|
| #include "ash/content/ash_with_content_export.h"
|
| +#include "ash/content/screen_orientation_delegate_chromeos.h"
|
| #include "ash/public/cpp/session_types.h"
|
| #include "base/macros.h"
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -#include "ash/content/screen_orientation_delegate_chromeos.h"
|
| -#endif
|
|
|
| namespace aura {
|
| class Window;
|
| @@ -50,9 +48,7 @@ class ASH_WITH_CONTENT_EXPORT ShellContentState {
|
| ShellContentState();
|
| virtual ~ShellContentState();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| ScreenOrientationDelegateChromeos orientation_delegate_;
|
| -#endif
|
|
|
| private:
|
| static ShellContentState* instance_;
|
|
|