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

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: 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/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..bf9e1bf1a32a0eb779864c1f4d737d1f874d77e1 100644
--- a/chrome/browser/storage_monitor/portable_device_watcher_win.h
+++ b/chrome/browser/storage_monitor/portable_device_watcher_win.h
@@ -29,7 +29,7 @@ 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
+// StorageMonitorWindowWin. This class is created, destroyed and
vandebo (ex-Chrome) 2013/03/01 19:47:39 StorageMonitorWin x2
// operates on the UI thread, except for long running tasks it spins off to a
// SequencedTaskRunner.
class PortableDeviceWatcherWin {
@@ -71,7 +71,7 @@ class PortableDeviceWatcherWin {
virtual ~PortableDeviceWatcherWin();
// Must be called after the browser blocking pool is ready for use.
- // RemovableDeviceNotificationsWindowsWin::Init() will call this function.
+ // StorageMonitorWindowsWin::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