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

Unified Diff: chrome/browser/system_monitor/removable_storage_notifications_unittest.cc

Issue 11573048: [Media Galleries] Move RemovableStorageInfo notifications to chrome namespace (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make singleton pointer live in base class. Created 7 years, 11 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/system_monitor/removable_storage_notifications_unittest.cc
diff --git a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
index 37809aa9b556bee260a65dda4c4ad7b60de9940b..35db58204d63c90bee39920a97995b966431a45a 100644
--- a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
+++ b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
@@ -20,7 +20,7 @@ class TestStorageNotifications : public RemovableStorageNotifications {
virtual bool GetDeviceInfoForPath(
const FilePath& path,
- base::SystemMonitor::RemovableStorageInfo* device_info) const OVERRIDE {
+ StorageInfo* device_info) const OVERRIDE {
return false;
}
virtual uint64 GetStorageSize(const std::string& location) const OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698