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

Unified Diff: sync/engine/syncer_util_unittest.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: 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/engine/syncer_util_unittest.cc
diff --git a/sync/engine/syncer_util_unittest.cc b/sync/engine/syncer_util_unittest.cc
index 5551d8212af13ad7a1f9b1c1c6edc5b08d43bcff..56d696a07e3d5af1a7c6e6f42379395425b0e6a2 100644
--- a/sync/engine/syncer_util_unittest.cc
+++ b/sync/engine/syncer_util_unittest.cc
@@ -72,7 +72,7 @@ class GetUpdatePositionTest : public ::testing::Test {
UniquePosition test_position;
base::MessageLoop message_loop_;
TestDirectorySetterUpper dir_maker_;
- scoped_ptr<TestEntryFactory> entry_factory_;
+ std::unique_ptr<TestEntryFactory> entry_factory_;
};
// Generate a suffix from originator client GUID and client-assigned ID. These

Powered by Google App Engine
This is Rietveld 408576698