| Index: components/storage_monitor/volume_mount_watcher_win.cc
|
| diff --git a/components/storage_monitor/volume_mount_watcher_win.cc b/components/storage_monitor/volume_mount_watcher_win.cc
|
| index 101cbda2137b577731337b223184e163c504b825..5dc2013782e9b41f625b0d5b73f2fee6d2006487 100644
|
| --- a/components/storage_monitor/volume_mount_watcher_win.cc
|
| +++ b/components/storage_monitor/volume_mount_watcher_win.cc
|
| @@ -174,9 +174,8 @@ bool GetDeviceDetails(const base::FilePath& device_path, StorageInfo* info) {
|
|
|
| // TODO(gbillock): if volume_label.empty(), get the vendor/model information
|
| // for the volume.
|
| - *info = StorageInfo(device_id, base::string16(), mount_point,
|
| - volume_label, base::string16(), base::string16(),
|
| - total_size_in_bytes);
|
| + *info = StorageInfo(device_id, mount_point, volume_label, base::string16(),
|
| + base::string16(), total_size_in_bytes);
|
| return true;
|
| }
|
|
|
|
|