| Index: chrome/browser/storage_monitor/test_storage_monitor_window_win.cc
|
| diff --git a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc b/chrome/browser/storage_monitor/test_storage_monitor_window_win.cc
|
| similarity index 88%
|
| rename from chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc
|
| rename to chrome/browser/storage_monitor/test_storage_monitor_window_win.cc
|
| index fa642f8c0d3c69e3ee932a72d3e597992e3de126..1c00f82ae8dd7ad9c831418b70584679f7ad25e3 100644
|
| --- a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc
|
| +++ b/chrome/browser/storage_monitor/test_storage_monitor_window_win.cc
|
| @@ -4,7 +4,7 @@
|
| //
|
| // TestRemovableDeviceNotificationsWindowWin implementation.
|
|
|
| -#include "chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h"
|
| +#include "chrome/browser/storage_monitor/test_storage_monitor_window_win.h"
|
|
|
| #include "chrome/browser/storage_monitor/test_portable_device_watcher_win.h"
|
| #include "chrome/browser/storage_monitor/test_volume_mount_watcher_win.h"
|
| @@ -16,7 +16,7 @@ TestRemovableDeviceNotificationsWindowWin::
|
| TestRemovableDeviceNotificationsWindowWin(
|
| TestVolumeMountWatcherWin* volume_mount_watcher,
|
| TestPortableDeviceWatcherWin* portable_device_watcher)
|
| - : RemovableDeviceNotificationsWindowWin(volume_mount_watcher,
|
| + : StorageMonitorWindowWin(volume_mount_watcher,
|
| portable_device_watcher) {
|
| DCHECK(volume_mount_watcher_);
|
| DCHECK(portable_device_watcher);
|
|
|