| 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 7ea8b342d838eba2e2c3b63427d3f04f80dbf5b2..3e61d613c008e08a9ff8fb4ed0a8dc925c77bd8b 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -13,7 +13,7 @@
|
| class CommandLine;
|
|
|
| namespace chrome {
|
| -class RemovableDeviceNotificationsWindowWin;
|
| +class StorageMonitorWindowWin;
|
| } // namespace chrome
|
|
|
|
|
| @@ -67,8 +67,8 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| static void SetupInstallerUtilStrings();
|
|
|
| private:
|
| - scoped_ptr<chrome::RemovableDeviceNotificationsWindowWin>
|
| - removable_device_notifications_window_;
|
| + scoped_ptr<chrome::StorageMonitorWindowWin>
|
| + storage_monitor_window_;
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
|
| };
|
|
|
|
|