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

Unified Diff: mash/wm/frame/move_loop_unittest.cc

Issue 1857623003: convert //mash to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « mash/wm/frame/move_loop.cc ('k') | mash/wm/frame/non_client_frame_view_mash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/frame/move_loop_unittest.cc
diff --git a/mash/wm/frame/move_loop_unittest.cc b/mash/wm/frame/move_loop_unittest.cc
index 4ddaca6b8eaa5004bfae2b648429922f85f7156a..387ab8e4d05168ad7d19120bbf77f214b1708f04 100644
--- a/mash/wm/frame/move_loop_unittest.cc
+++ b/mash/wm/frame/move_loop_unittest.cc
@@ -49,7 +49,7 @@ TEST_F(MoveLoopTest, Move) {
ui::PointerEvent pointer_down_event(
ui::ET_POINTER_DOWN, ui::EventPointerType::POINTER_TYPE_TOUCH,
pointer_location, pointer_location, ui::EF_NONE, 1, base::TimeDelta());
- scoped_ptr<MoveLoop> move_loop =
+ std::unique_ptr<MoveLoop> move_loop =
MoveLoop::Create(&window, data[i].ht_location, pointer_down_event);
ASSERT_TRUE(move_loop.get()) << i;
pointer_location.Offset(data[i].delta_x, data[i].delta_y);
« no previous file with comments | « mash/wm/frame/move_loop.cc ('k') | mash/wm/frame/non_client_frame_view_mash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698