| Index: chrome/browser/chrome_browser_main_linux.h
|
| diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
|
| index e76f34882868db1042a43d2f426c5125db18e8b8..0cf51d33cb60e36c4dadc24718d36f95745b7927 100644
|
| --- a/chrome/browser/chrome_browser_main_linux.h
|
| +++ b/chrome/browser/chrome_browser_main_linux.h
|
| @@ -13,7 +13,7 @@
|
|
|
| #if !defined(OS_CHROMEOS)
|
| namespace chrome {
|
| -class RemovableDeviceNotificationsLinux;
|
| +class StorageMonitorLinux;
|
| }
|
| #endif
|
|
|
| @@ -34,8 +34,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
|
|
| private:
|
| #if !defined(OS_CHROMEOS)
|
| - scoped_refptr<chrome::RemovableDeviceNotificationsLinux>
|
| - removable_device_notifications_linux_;
|
| + scoped_refptr<chrome::StorageMonitorLinux> storage_monitor_linux_;
|
| #endif
|
| scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux>
|
| media_transfer_protocol_device_observer_;
|
|
|