Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4116)

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698