| Index: components/storage_monitor/storage_monitor_chromeos.cc
|
| diff --git a/components/storage_monitor/storage_monitor_chromeos.cc b/components/storage_monitor/storage_monitor_chromeos.cc
|
| index ec9301cd75387512045e03a28f444f2e23d71e2f..a584f6732188922e3c57fdefb62d5039b0137e82 100644
|
| --- a/components/storage_monitor/storage_monitor_chromeos.cc
|
| +++ b/components/storage_monitor/storage_monitor_chromeos.cc
|
| @@ -68,7 +68,6 @@ bool GetDeviceInfo(const DiskMountManager::MountPointInfo& mount_info,
|
| StorageInfo::REMOVABLE_MASS_STORAGE_NO_DCIM;
|
|
|
| *info = StorageInfo(StorageInfo::MakeDeviceId(type, unique_id),
|
| - base::string16(),
|
| mount_info.mount_path,
|
| device_label,
|
| base::UTF8ToUTF16(disk->vendor_name()),
|
|
|