| 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..6cf9dd28f8bf237cef7a72628f9a1de47940a515 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -16,6 +16,10 @@ namespace chrome {
|
| class RemovableDeviceNotificationsWindowWin;
|
| } // namespace chrome
|
|
|
| +namespace viewer {
|
| +class ViewerProcessHost;
|
| +} // namespace viewer
|
| +
|
|
|
| // Handle uninstallation when given the appropriate the command-line switch.
|
| // If |chrome_still_running| is true a modal dialog will be shown asking the
|
| @@ -69,6 +73,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| private:
|
| scoped_refptr<chrome::RemovableDeviceNotificationsWindowWin>
|
| removable_device_notifications_window_;
|
| + scoped_ptr<viewer::ViewerProcessHost> viewer_process_host_;
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
|
| };
|
|
|
|
|