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