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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some includes from recent merge. 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
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index 037ca84a9121c8def02b5db506b09204ccff152a..f392b40f9c194ded095091a0667abcbb79a77069 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -23,7 +23,7 @@ class OutputObserver;
class PowerButtonObserver;
class PowerStateOverride;
class PrimaryDisplaySwitchObserver;
-class RemovableDeviceNotificationsCros;
+class StorageMonitorCros;
class ResumeObserver;
class ScreenDimmingObserver;
class ScreenLockObserver;
@@ -82,8 +82,8 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
scoped_ptr<UserActivityNotifier> user_activity_notifier_;
scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
scoped_ptr<ScreenDimmingObserver> screen_dimming_observer_;
- scoped_refptr<RemovableDeviceNotificationsCros>
- removable_device_notifications_;
+ scoped_refptr<StorageMonitorCros>
+ storage_monitor_;
vandebo (ex-Chrome) 2013/03/01 19:47:39 nit: line wrap
scoped_ptr<internal::DBusServices> dbus_services_;

Powered by Google App Engine
This is Rietveld 408576698