| Index: chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| diff --git a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| index a79a915655da2620c991e8749310c7f49c2ccce7..c35254dd07f8497449a82dd52570305065a10382 100644
|
| --- a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| +++ b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| @@ -87,7 +87,7 @@ void TestPortableDeviceWatcherWin::GetMTPStorageDetails(
|
| std::string storage_unique_id = GetMTPStorageUniqueId(pnp_device_id,
|
| storage_object_id);
|
| if (device_location)
|
| - *device_location = UTF8ToUTF16("\\\\" + storage_unique_id);
|
| + *device_location = base::UTF8ToUTF16("\\\\" + storage_unique_id);
|
|
|
| if (unique_id)
|
| *unique_id = storage_unique_id;
|
|
|