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..c20a0f07686ba03efbaa7f03d876e8107c7f9964 100644 |
--- a/chrome/browser/chrome_browser_main_win.h |
+++ b/chrome/browser/chrome_browser_main_win.h |
@@ -14,6 +14,7 @@ class CommandLine; |
namespace chrome { |
class RemovableDeviceNotificationsWindowWin; |
+class ViewerProcessHost; |
} // namespace chrome |
@@ -69,6 +70,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { |
private: |
scoped_refptr<chrome::RemovableDeviceNotificationsWindowWin> |
removable_device_notifications_window_; |
+ scoped_ptr<chrome::ViewerProcessHost> viewer_process_host_; |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin); |
}; |