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

Unified Diff: sync/internal_api/public/activation_context.h

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: sync/internal_api/public/activation_context.h
diff --git a/sync/internal_api/public/activation_context.h b/sync/internal_api/public/activation_context.h
index c6d2146965360eaedd5e7830015fb9e46ad5beec..d6cb734448af58fe2db90669a319c685470e02d4 100644
--- a/sync/internal_api/public/activation_context.h
+++ b/sync/internal_api/public/activation_context.h
@@ -26,7 +26,7 @@ struct SYNC_EXPORT ActivationContext {
// The ModelTypeProcessor for the worker. Note that this is owned because
// it is generally a proxy object to the real processor.
- scoped_ptr<ModelTypeProcessor> type_processor;
+ std::unique_ptr<ModelTypeProcessor> type_processor;
};
} // namespace syncer_v2

Powered by Google App Engine
This is Rietveld 408576698