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

Unified Diff: sync/test/fake_server/tombstone_entity.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/test/fake_server/tombstone_entity.h
diff --git a/sync/test/fake_server/tombstone_entity.h b/sync/test/fake_server/tombstone_entity.h
index b2d0c36e4e2a502f26f55cc22fad4c01737ee9a7..4e6462d8a5e5114fd39bbf53dc6dddcff4e29c50 100644
--- a/sync/test/fake_server/tombstone_entity.h
+++ b/sync/test/fake_server/tombstone_entity.h
@@ -19,7 +19,7 @@ class TombstoneEntity : public FakeServerEntity {
~TombstoneEntity() override;
// Factory function for TombstoneEntity.
- static scoped_ptr<FakeServerEntity> Create(const std::string& id);
+ static std::unique_ptr<FakeServerEntity> Create(const std::string& id);
// FakeServerEntity implementation.
bool RequiresParentId() const override;

Powered by Google App Engine
This is Rietveld 408576698