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

Unified Diff: ash/shelf/shelf_navigator_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_navigator_unittest.cc
diff --git a/ash/shelf/shelf_navigator_unittest.cc b/ash/shelf/shelf_navigator_unittest.cc
index bb3d5043c9677f150bd8a509f48456179a8c2381..5464a7d2bd35cc38f9e240d2e99aed217f2a64b3 100644
--- a/ash/shelf/shelf_navigator_unittest.cc
+++ b/ash/shelf/shelf_navigator_unittest.cc
@@ -64,7 +64,7 @@ class ShelfNavigatorTest : public testing::Test {
const ShelfModel& model() { return *model_.get(); }
private:
- scoped_ptr<ShelfModel> model_;
+ std::unique_ptr<ShelfModel> model_;
DISALLOW_COPY_AND_ASSIGN(ShelfNavigatorTest);
};

Powered by Google App Engine
This is Rietveld 408576698