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

Unified Diff: ash/test/display_manager_test_api.h

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/test/display_manager_test_api.h
diff --git a/ash/test/display_manager_test_api.h b/ash/test/display_manager_test_api.h
index b72818c90c40c9dd8b1ea2e6e2ac8dfe43b088a0..5e2dbb8054fe60cdae6cb2e242eb166eb6cefed1 100644
--- a/ash/test/display_manager_test_api.h
+++ b/ash/test/display_manager_test_api.h
@@ -98,7 +98,7 @@ void SwapPrimaryDisplay();
// independent of current displays, use DisplayLayoutBuilder or simply
// create a new DisplayLayout and set display id fields (primary, ids
// in placement) manually.
-scoped_ptr<display::DisplayLayout> CreateDisplayLayout(
+std::unique_ptr<display::DisplayLayout> CreateDisplayLayout(
display::DisplayPlacement::Position position,
int offset);

Powered by Google App Engine
This is Rietveld 408576698