| Index: chrome/browser/extensions/api/system_storage/system_storage_api.cc
|
| diff --git a/chrome/browser/extensions/api/system_storage/system_storage_api.cc b/chrome/browser/extensions/api/system_storage/system_storage_api.cc
|
| index cf640ab5a3e750aabd9112559fe69b4858070979..4c2301ee6aee9f82022c9672f1c8f610822206ac 100644
|
| --- a/chrome/browser/extensions/api/system_storage/system_storage_api.cc
|
| +++ b/chrome/browser/extensions/api/system_storage/system_storage_api.cc
|
| @@ -87,7 +87,7 @@ void SystemStorageEjectDeviceFunction::HandleResponse(
|
| result = api::system_storage::EJECT_DEVICE_RESULT_CODE_FAILURE;
|
| }
|
|
|
| - SetResult(base::StringValue::CreateStringValue(
|
| + SetResult(new base::StringValue(
|
| api::system_storage::ToString(result)));
|
| SendResponse(true);
|
| }
|
|
|