| Index: chrome/browser/extensions/api/system_storage/storage_api_test_util.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/system_storage/storage_api_test_util.cc (revision 218837)
|
| +++ chrome/browser/extensions/api/system_storage/storage_api_test_util.cc (working copy)
|
| @@ -17,11 +17,10 @@
|
| const TestStorageUnitInfo& unit) {
|
| return chrome::StorageInfo(
|
| unit.device_id,
|
| - UTF8ToUTF16(unit.name),
|
| base::FilePath::StringType(), /* no location */
|
| - string16(), /* no storage label */
|
| - string16(), /* no storage vendor */
|
| - string16(), /* no storage model */
|
| + base::UTF8ToUTF16(unit.name), /* storage label */
|
| + base::string16(), /* no storage vendor */
|
| + base::string16(), /* no storage model */
|
| unit.capacity);
|
| }
|
|
|
|
|