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

Unified Diff: ash/shelf/shelf_model_unittest.cc

Issue 1867223004: Convert //ash 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: ash/shelf/shelf_model_unittest.cc
diff --git a/ash/shelf/shelf_model_unittest.cc b/ash/shelf/shelf_model_unittest.cc
index 05fea6d3fbfc9c3fcd434834cdeffb933d78f65e..170fac6b92c9c12feb260ff7fb823a6ba467d79f 100644
--- a/ash/shelf/shelf_model_unittest.cc
+++ b/ash/shelf/shelf_model_unittest.cc
@@ -91,8 +91,8 @@ class ShelfModelTest : public testing::Test {
model_.reset();
}
- scoped_ptr<ShelfModel> model_;
- scoped_ptr<TestShelfModelObserver> observer_;
+ std::unique_ptr<ShelfModel> model_;
+ std::unique_ptr<TestShelfModelObserver> observer_;
private:
DISALLOW_COPY_AND_ASSIGN(ShelfModelTest);

Powered by Google App Engine
This is Rietveld 408576698