Index: content/browser/background_sync/background_sync_service_impl.h |
diff --git a/content/browser/background_sync/background_sync_service_impl.h b/content/browser/background_sync/background_sync_service_impl.h |
index 1851b90579a1b347a4221c2cdd8d9bc0e6a15e27..c058b268b610393fe9df6cf8b39ff590218d8131 100644 |
--- a/content/browser/background_sync/background_sync_service_impl.h |
+++ b/content/browser/background_sync/background_sync_service_impl.h |
@@ -40,11 +40,11 @@ class CONTENT_EXPORT BackgroundSyncServiceImpl |
void OnRegisterResult(const RegisterCallback& callback, |
BackgroundSyncStatus status, |
- scoped_ptr<BackgroundSyncRegistration> result); |
+ std::unique_ptr<BackgroundSyncRegistration> result); |
void OnGetRegistrationsResult( |
const GetRegistrationsCallback& callback, |
BackgroundSyncStatus status, |
- scoped_ptr<ScopedVector<BackgroundSyncRegistration>> result); |
+ std::unique_ptr<ScopedVector<BackgroundSyncRegistration>> result); |
// Called when an error is detected on binding_. |
void OnConnectionError(); |