Index: content/browser/background_sync/background_sync_context_impl.cc |
diff --git a/content/browser/background_sync/background_sync_context_impl.cc b/content/browser/background_sync/background_sync_context_impl.cc |
index bd92edb8650b97ca7c14849cdfa4dc23f6f52872..19e6c60cb00d2841a13b8c8e07cc975f451c8e1b 100644 |
--- a/content/browser/background_sync/background_sync_context_impl.cc |
+++ b/content/browser/background_sync/background_sync_context_impl.cc |
@@ -69,7 +69,7 @@ BackgroundSyncManager* BackgroundSyncContextImpl::background_sync_manager() |
} |
void BackgroundSyncContextImpl::set_background_sync_manager_for_testing( |
- scoped_ptr<BackgroundSyncManager> manager) { |
+ std::unique_ptr<BackgroundSyncManager> manager) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
background_sync_manager_ = std::move(manager); |