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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_unittest.cc

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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: ios/chrome/browser/reading_list/reading_list_model_unittest.cc
diff --git a/ios/chrome/browser/reading_list/reading_list_model_unittest.cc b/ios/chrome/browser/reading_list/reading_list_model_unittest.cc
index 506c5eb38b13849e074e00e63573cb07dcb0d54f..dd0c466d8e021a09c192d366a48a7ee915a56c1f 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_unittest.cc
+++ b/ios/chrome/browser/reading_list/reading_list_model_unittest.cc
@@ -91,7 +91,7 @@ class ReadingListModelTest : public ReadingListModelObserver,
int observer_add_read_;
int observer_did_apply_;
- scoped_ptr<ReadingListModelMemory> model_;
+ std::unique_ptr<ReadingListModelMemory> model_;
};
TEST_F(ReadingListModelTest, EmptyLoaded) {
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_model_memory.h ('k') | ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698