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

Unified Diff: chrome/browser/storage_monitor/portable_device_watcher_win.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
Index: chrome/browser/storage_monitor/portable_device_watcher_win.h
diff --git a/chrome/browser/storage_monitor/portable_device_watcher_win.h b/chrome/browser/storage_monitor/portable_device_watcher_win.h
index 03d404dff4972b5e4f2e3dabcd706a7eb32696af..f6ae3af42a86b63c84649e3e96fecc6f42622f60 100644
--- a/chrome/browser/storage_monitor/portable_device_watcher_win.h
+++ b/chrome/browser/storage_monitor/portable_device_watcher_win.h
@@ -28,10 +28,9 @@ class TestPortableDeviceWatcherWin;
// This class watches the portable device mount points and sends notifications
// about the attached/detached media transfer protocol (MTP) devices.
-// This is a singleton class instantiated by
-// RemovableDeviceNotificationsWindowWin. This class is created, destroyed and
-// operates on the UI thread, except for long running tasks it spins off to a
-// SequencedTaskRunner.
+// This is a singleton class instantiated by StorageMonitorWin. This class is
+// created, destroyed and operates on the UI thread, except for long running
+// tasks it spins off to a SequencedTaskRunner.
class PortableDeviceWatcherWin {
public:
typedef std::vector<string16> StorageObjectIDs;
@@ -71,7 +70,7 @@ class PortableDeviceWatcherWin {
virtual ~PortableDeviceWatcherWin();
// Must be called after the browser blocking pool is ready for use.
- // RemovableDeviceNotificationsWindowsWin::Init() will call this function.
+ // StorageMonitorWin::Init() will call this function.
void Init(HWND hwnd);
// Processes DEV_BROADCAST_DEVICEINTERFACE messages and triggers a

Powered by Google App Engine
This is Rietveld 408576698