| 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 40d69313b67e4347eb75275bfce3d7e15de7bea1..e5d3c6f714e84dcd69eeefe2f1b0bf19dcf3308b 100644
|
| --- a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| +++ b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| @@ -39,7 +39,8 @@ class TestStorageNotifications : public RemovableStorageNotifications {
|
| void ProcessAttach(const std::string& id,
|
| const string16& name,
|
| const base::FilePath::StringType& location) {
|
| - receiver()->ProcessAttach(id, name, location);
|
| + receiver()->ProcessAttach(RemovableStorageNotifications::StorageInfo(
|
| + id, name, location));
|
| }
|
|
|
| void ProcessDetach(const std::string& id) {
|
|
|