| 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
|
|
|