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

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: Merge to head 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 ec72ad5fe2d20cd7230585f45da2db09654d5f4f..4b6cda7be2dc518814f2c3e08b88cfcfbf281ef5 100644
--- a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
+++ b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
@@ -17,7 +17,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