| Index: components/storage_monitor/storage_monitor_linux.cc
|
| diff --git a/components/storage_monitor/storage_monitor_linux.cc b/components/storage_monitor/storage_monitor_linux.cc
|
| index 76cfdfd9771a1a688b4423fb739c662c170b0be5..4e79fd27937628bf5e94b70ec2302ade1d2f2a8a 100644
|
| --- a/components/storage_monitor/storage_monitor_linux.cc
|
| +++ b/components/storage_monitor/storage_monitor_linux.cc
|
| @@ -183,7 +183,6 @@ scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
|
|
|
| storage_info.reset(new StorageInfo(
|
| StorageInfo::MakeDeviceId(type, unique_id),
|
| - base::string16(),
|
| mount_point.value(),
|
| volume_label,
|
| vendor_name,
|
|
|