| 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 {
|
|
|