Chromium Code Reviews| 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..28baa7004df1e5fe327a700ed39f56b9f3a620e6 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,8 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix { |
| private: |
| #if !defined(OS_CHROMEOS) |
| - scoped_refptr<chrome::RemovableDeviceNotificationsLinux> |
| - removable_device_notifications_linux_; |
| + scoped_refptr<chrome::StorageMonitorLinux> |
|
vandebo (ex-Chrome)
2013/02/28 20:02:40
Remove new line.
|
| + storage_monitor_linux_; |
| #endif |
| scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux> |
| media_transfer_protocol_device_observer_; |