Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3486)

Unified Diff: chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698