| Index: chrome/browser/storage_monitor/test_storage_monitor.cc
|
| ===================================================================
|
| --- chrome/browser/storage_monitor/test_storage_monitor.cc (revision 218837)
|
| +++ chrome/browser/storage_monitor/test_storage_monitor.cc (working copy)
|
| @@ -99,9 +99,8 @@
|
|
|
| std::string device_id = StorageInfo::MakeDeviceId(
|
| StorageInfo::FIXED_MASS_STORAGE, path.AsUTF8Unsafe());
|
| - *device_info =
|
| - StorageInfo(device_id, path.BaseName().LossyDisplayName(), path.value(),
|
| - string16(), string16(), string16(), 0);
|
| + *device_info = StorageInfo(device_id, path.value(), base::string16(),
|
| + base::string16(), base::string16(), 0);
|
| return true;
|
| }
|
|
|
|
|