| Index: chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h
|
| diff --git a/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h b/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h
|
| index 69a8dfabb86ffe9eafb54bf985e38044c8e9d01a..046ff752809d50995c8b4645a4a520ccf583ef9d 100644
|
| --- a/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h
|
| +++ b/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h
|
| @@ -45,7 +45,7 @@ std::string GetGUIDFromPublicId(
|
| // The dictionary would have the public id as the key and the
|
| // device guid as the value.
|
| void CreateMappingForUnmappedDevices(
|
| - std::vector<sync_driver::DeviceInfo*>* device_info,
|
| + const std::vector<std::unique_ptr<sync_driver::DeviceInfo>>& device_info,
|
| base::DictionaryValue* value);
|
|
|
| // Gets the device info for a given client id. If the device is not found
|
|
|