From 5cfc09427e1ee9c3d9773214db4e6d6f92a34085 Mon Sep 17 00:00:00 2001 From: "tommycli@chromium.org" Date: Mon, 4 Mar 2013 23:48:42 +0000 Subject: 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 --- chrome/browser/chrome_browser_main_linux.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '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 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 - removable_device_notifications_linux_; + scoped_refptr storage_monitor_; #endif scoped_ptr media_transfer_protocol_device_observer_; -- cgit v1.1