Index: content/browser/background_sync/background_sync_service_impl_unittest.cc |
diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc |
index 4dbddeecb0412b2607bee0b2474d0d1090f9f7df..64db79806a1437d6e852f0c3fd97b27004e0c7ce 100644 |
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc |
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc |
@@ -63,7 +63,7 @@ void ErrorAndRegistrationCallback( |
blink::mojom::BackgroundSyncError* out_error, |
blink::mojom::SyncRegistrationPtr* out_registration, |
blink::mojom::BackgroundSyncError error, |
- const blink::mojom::SyncRegistrationPtr& registration) { |
+ blink::mojom::SyncRegistrationPtr registration) { |
*called = true; |
*out_error = error; |
*out_registration = registration.Clone(); |