| 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..44e074f946bf875045362830714df607bc372f28 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_; | 
| #endif | 
| scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux> | 
| media_transfer_protocol_device_observer_; | 
|  |