Index: chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
diff --git a/chrome/browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc b/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
similarity index 98% |
rename from chrome/browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc |
rename to chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
index 58715c3a1d04c397668e9b176c35611d56817e30..403e12c25ece0dbeab40057fa757541727ccfc99 100644 |
--- a/chrome/browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc |
+++ b/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
@@ -4,7 +4,7 @@ |
// chromeos::RemovableDeviceNotificationsCros unit tests. |
-#include "chrome/browser/storage_monitor/removable_device_notifications_chromeos.h" |
+#include "chrome/browser/storage_monitor/storage_monitor_chromeos.h" |
#include "base/file_util.h" |
#include "base/files/scoped_temp_dir.h" |
@@ -109,7 +109,7 @@ class RemovableDeviceNotificationsCrosTest : public testing::Test { |
// Owned by DiskMountManager. |
disks::MockDiskMountManager* disk_mount_manager_mock_; |
- scoped_refptr<RemovableDeviceNotificationsCros> notifications_; |
+ scoped_refptr<StorageMonitorCros> notifications_; |
DISALLOW_COPY_AND_ASSIGN(RemovableDeviceNotificationsCrosTest); |
}; |
@@ -133,7 +133,7 @@ void RemovableDeviceNotificationsCrosTest::SetUp() { |
mock_storage_observer_.reset(new chrome::MockRemovableStorageObserver); |
// Initialize the test subject. |
- notifications_ = new RemovableDeviceNotificationsCros(); |
+ notifications_ = new StorageMonitorCros(); |
notifications_->AddObserver(mock_storage_observer_.get()); |
} |