| Index: content/child/background_sync/background_sync_type_converters.cc
|
| diff --git a/content/child/background_sync/background_sync_type_converters.cc b/content/child/background_sync/background_sync_type_converters.cc
|
| index 5144444c72e5c131c61584c9f639fc9ac31c7653..de459d26d925a58c72ae42ac4badeb7d0432a2a4 100644
|
| --- a/content/child/background_sync/background_sync_type_converters.cc
|
| +++ b/content/child/background_sync/background_sync_type_converters.cc
|
| @@ -128,7 +128,7 @@ content::SyncRegistrationPtr TypeConverter<
|
| ConvertTo<content::BackgroundSyncNetworkState>(input.networkState);
|
| result->power_state =
|
| ConvertTo<content::BackgroundSyncPowerState>(input.powerState);
|
| - return result.Pass();
|
| + return result;
|
| }
|
|
|
| // static
|
|
|