| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 8c535ff302d97492b17642d5154d53bd5528f912..b3a7d1f18cd1ad152c5960b4bf223860bfef1209 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -88,8 +88,6 @@ struct MainFunctionParams;
|
|
|
| #if defined(OS_ANDROID)
|
| class ScreenOrientationDelegate;
|
| -#elif defined(OS_WIN)
|
| -class ScreenOrientationDelegate;
|
| #endif
|
|
|
| #if defined(USE_X11) && !defined(OS_CHROMEOS)
|
| @@ -239,10 +237,6 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| std::unique_ptr<aura::Env> env_;
|
| #endif
|
|
|
| -#if defined(OS_WIN)
|
| - std::unique_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
|
| -#endif
|
| -
|
| #if defined(OS_ANDROID)
|
| // Android implementation of ScreenOrientationDelegate
|
| std::unique_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
|
|
|