| Index: chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc
|
| diff --git a/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc b/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc
|
| index c2c898f7e86a74e571b2386e02818309e4e8f514..fec05460672c5f2ebfdf42c86ee9c0fde0f491a6 100644
|
| --- a/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc
|
| +++ b/chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc
|
| @@ -98,7 +98,7 @@ scoped_ptr<DeviceInfo> GetDeviceInfoForClientId(
|
| if ((*it)->guid() == client_id) {
|
| scoped_ptr<DeviceInfo> device(*it);
|
| devices.weak_erase(it);
|
| - return device.Pass();
|
| + return device;
|
| }
|
| }
|
| return scoped_ptr<DeviceInfo>();
|
|
|