Index: components/storage_monitor/portable_device_watcher_win.cc |
diff --git a/components/storage_monitor/portable_device_watcher_win.cc b/components/storage_monitor/portable_device_watcher_win.cc |
index 571bdaf89f78e77c435f7abf1ef6de07b67809fd..38e3b2f699815272d55c2d2b6eadd2e929da4ad7 100644 |
--- a/components/storage_monitor/portable_device_watcher_win.cc |
+++ b/components/storage_monitor/portable_device_watcher_win.cc |
@@ -635,8 +635,8 @@ void PortableDeviceWatcherWin::OnDidHandleDeviceAttachEvent( |
// partition identifier to the storage name. E.g.: "Nexus 7 (s10001)" |
base::string16 storage_name(name + L" (" + |
vandebo (ex-Chrome)
2014/03/03 19:58:31
Should storage_name be passed as the model? It's
Haojian Wu
2014/03/04 05:00:12
Sounds fine. Done.
|
storage_iter->object_temporary_id + L')'); |
- StorageInfo info(storage_id, storage_name, location, |
- storage_name, base::string16(), base::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)); |