Chromium Code Reviews| Index: chrome/browser/chrome_browser_main_win.h |
| diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h |
| index 4256382575782339bf4504dddf40dd8547595b32..90f2cd88642bcd7f7c4658fc7731c21034a77354 100644 |
| --- a/chrome/browser/chrome_browser_main_win.h |
| +++ b/chrome/browser/chrome_browser_main_win.h |
| @@ -11,6 +11,7 @@ |
| #include "chrome/browser/chrome_browser_main.h" |
| class CommandLine; |
| +class ViewerProcessHost; |
| namespace chrome { |
| class RemovableDeviceNotificationsWindowWin; |
| @@ -69,6 +70,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { |
| private: |
| scoped_refptr<chrome::RemovableDeviceNotificationsWindowWin> |
| removable_device_notifications_window_; |
|
cpu_(ooo_6.6-7.5)
2012/09/28 21:37:37
have this member only #if defined aura ?
scottmg
2012/09/28 22:14:28
Done.
|
| + scoped_ptr<ViewerProcessHost> viewer_process_host_; |
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin); |
| }; |