| Index: chrome/browser/storage_monitor/test_storage_monitor_window_win.h
|
| diff --git a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h b/chrome/browser/storage_monitor/test_storage_monitor_window_win.h
|
| similarity index 89%
|
| rename from chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h
|
| rename to chrome/browser/storage_monitor/test_storage_monitor_window_win.h
|
| index 314ab07648a827306ad7e5f3c7b5a8847ec378ef..d7707b2081ab6f8f918c915987a4adceb4f60976 100644
|
| --- a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h
|
| +++ b/chrome/browser/storage_monitor/test_storage_monitor_window_win.h
|
| @@ -11,7 +11,7 @@
|
| #include <windows.h>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/storage_monitor/removable_device_notifications_window_win.h"
|
| +#include "chrome/browser/storage_monitor/storage_monitor_window_win.h"
|
|
|
| namespace chrome {
|
| namespace test {
|
| @@ -20,7 +20,7 @@ class TestPortableDeviceWatcherWin;
|
| class TestVolumeMountWatcherWin;
|
|
|
| class TestRemovableDeviceNotificationsWindowWin
|
| - : public RemovableDeviceNotificationsWindowWin {
|
| + : public StorageMonitorWindowWin {
|
| public:
|
| TestRemovableDeviceNotificationsWindowWin(
|
| TestVolumeMountWatcherWin* volume_mount_watcher,
|
|
|