| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 5832f0efd647780e3ef3fe15207db3069c58a49e..20d073249d1d8a25cc98be066f7ad5ae5e023727 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -70,6 +70,7 @@ class ScreenOrientationDelegate;
|
| class DeviceMonitorMac;
|
| #elif defined(OS_WIN)
|
| class SystemMessageWindowWin;
|
| +class ScreenOrientationDelegate;
|
| #endif
|
|
|
| // Implements the main browser loop stages called from BrowserMainRunner.
|
| @@ -199,6 +200,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| system_stats_monitor_;
|
|
|
| #if defined(OS_WIN)
|
| + scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
|
| scoped_ptr<SystemMessageWindowWin> system_message_window_;
|
| #endif
|
|
|
|
|