Index: components/storage_monitor/storage_monitor_linux_unittest.cc |
diff --git a/components/storage_monitor/storage_monitor_linux_unittest.cc b/components/storage_monitor/storage_monitor_linux_unittest.cc |
index 7949ae0495ef2c5f9c89f9dddf717fdd20fa6c37..27a10edcffba8e9d95283dd9c9c8a7221a2f4ec3 100644 |
--- a/components/storage_monitor/storage_monitor_linux_unittest.cc |
+++ b/components/storage_monitor/storage_monitor_linux_unittest.cc |
@@ -88,7 +88,6 @@ scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, |
StorageInfo::Type type = kTestDeviceData[i].type; |
storage_info.reset(new StorageInfo( |
StorageInfo::MakeDeviceId(type, kTestDeviceData[i].unique_id), |
- base::string16(), |
mount_point.value(), |
base::ASCIIToUTF16("volume label"), |
base::ASCIIToUTF16("vendor name"), |