Chromium Code Reviews| 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 |