| Index: chrome/browser/storage_monitor/portable_device_watcher_win.cc
|
| ===================================================================
|
| --- chrome/browser/storage_monitor/portable_device_watcher_win.cc (revision 218837)
|
| +++ chrome/browser/storage_monitor/portable_device_watcher_win.cc (working copy)
|
| @@ -622,8 +622,8 @@
|
| // partition identifier to the storage name. E.g.: "Nexus 7 (s10001)"
|
| string16 storage_name(name + L" (" + storage_iter->object_temporary_id +
|
| L')');
|
| - StorageInfo info(storage_id, storage_name, location,
|
| - string16(), string16(), string16(), 0);
|
| + StorageInfo info(storage_id, location, storage_name, base::string16(),
|
| + base::string16(), 0);
|
| storage_map_[storage_id] = info;
|
| if (storage_notifications_) {
|
| info.set_location(GetStoragePathFromStorageId(storage_id));
|
|
|