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

Unified Diff: chrome/browser/storage_monitor/storage_monitor_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_unittest.cc
diff --git a/chrome/browser/storage_monitor/storage_monitor_unittest.cc b/chrome/browser/storage_monitor/storage_monitor_unittest.cc
index 8edf04ef3aff752e2df6a88c29b7d1f3c24e2e18..dd798eb473b4aec8502dd980aa4a9b0ed3708a89 100644
--- a/chrome/browser/storage_monitor/storage_monitor_unittest.cc
+++ b/chrome/browser/storage_monitor/storage_monitor_unittest.cc
@@ -65,8 +65,7 @@ TEST(StorageMonitorTest, GetAttachedStorageEmpty) {
EXPECT_EQ(0U, devices.size());
}
-TEST(StorageMonitorTest,
- GetRemovableStorageAttachDetach) {
+TEST(StorageMonitorTest, GetRemovableStorageAttachDetach) {
MessageLoop message_loop;
test::TestStorageMonitor monitor;
const std::string kDeviceId1 = "42";
« no previous file with comments | « chrome/browser/storage_monitor/storage_monitor_mac_unittest.mm ('k') | chrome/browser/storage_monitor/storage_monitor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698