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

Unified Diff: sync/internal_api/public/util/immutable.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/util/immutable.h
diff --git a/sync/internal_api/public/util/immutable.h b/sync/internal_api/public/util/immutable.h
index 48d4051aa2087e4c4fe830b0d19904ec65485496..d432f9fa9a382c794b410c142ee750325f392137 100644
--- a/sync/internal_api/public/util/immutable.h
+++ b/sync/internal_api/public/util/immutable.h
@@ -158,7 +158,7 @@ class ImmutableCore
// ...
// private:
// struct ImmutableSomeOtherTypeTraits {
-// // scoped_ptr<SomeOtherType> won't work here, either.
+// // std::unique_ptr<SomeOtherType> won't work here, either.
// typedef SomeOtherType* Wrapper;
//
// static void InitializeWrapper(Wrapper* wrapper);

Powered by Google App Engine
This is Rietveld 408576698