diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 23:48:42 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 23:48:42 +0000 |
commit | 5cfc09427e1ee9c3d9773214db4e6d6f92a34085 (patch) | |
tree | d098ffc3b86aeda4622833e6a20e97dc30ec9e63 /chrome/browser/chrome_browser_main_linux.h | |
parent | 0054e027d8a116598ccbfce520733110d8965fc7 (diff) | |
download | chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.zip chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.tar.gz chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.tar.bz2 |
Rename RemovableDeviceNotifications=>StorageMonitor
Renamed classes and updated some variable names.
BUG=NONE
TBR=thestig@chromium.org,davemoore@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12382005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_linux.h')
-rw-r--r-- | chrome/browser/chrome_browser_main_linux.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h index e76f348..44e074f 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_; |