| Index: chrome/browser/system_monitor/test_removable_storage_notifications.cc
|
| diff --git a/chrome/browser/system_monitor/test_removable_storage_notifications.cc b/chrome/browser/system_monitor/test_removable_storage_notifications.cc
|
| index 5da729bc1a18f2c76a704fb6f95bba9ec01af873..bac9b1f0843e9e192f6b71371fcff13cb25a9a18 100644
|
| --- a/chrome/browser/system_monitor/test_removable_storage_notifications.cc
|
| +++ b/chrome/browser/system_monitor/test_removable_storage_notifications.cc
|
| @@ -36,7 +36,8 @@ void TestRemovableStorageNotifications::ProcessAttach(
|
| const std::string& id,
|
| const string16& name,
|
| const FilePath::StringType& location) {
|
| - receiver()->ProcessAttach(id, name, location);
|
| + receiver()->ProcessAttach(RemovableStorageNotifications::StorageInfo(
|
| + id, name, location));
|
| }
|
|
|
| void TestRemovableStorageNotifications::ProcessDetach(const std::string& id) {
|
|
|