Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1624)

Unified Diff: sync/internal_api/test/fake_sync_context.cc

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix conflicts Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/internal_api/test/fake_model_type_service.cc ('k') | sync/internal_api/test/fake_sync_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/test/fake_sync_context.cc
diff --git a/sync/internal_api/test/fake_sync_context.cc b/sync/internal_api/test/fake_sync_context.cc
index 4022fe3dca682a771f52dcf591dcb69d84f5ab5f..cb051610fbf34715aa87638860facb11e2b90b72 100644
--- a/sync/internal_api/test/fake_sync_context.cc
+++ b/sync/internal_api/test/fake_sync_context.cc
@@ -14,7 +14,7 @@ FakeSyncContext::~FakeSyncContext() {}
void FakeSyncContext::ConnectType(
syncer::ModelType type,
- scoped_ptr<ActivationContext> activation_context) {
+ std::unique_ptr<ActivationContext> activation_context) {
NOTREACHED() << "FakeSyncContext is not meant to be used";
}
« no previous file with comments | « sync/internal_api/test/fake_model_type_service.cc ('k') | sync/internal_api/test/fake_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698