Index: ui/touch_selection/touch_selection_controller_unittest.cc |
diff --git a/ui/touch_selection/touch_selection_controller_unittest.cc b/ui/touch_selection/touch_selection_controller_unittest.cc |
index 1d01fc49221cec122407e2d0041112e916847658..542f6b44e8255849bc4e4b2a853ef087a9e83792 100644 |
--- a/ui/touch_selection/touch_selection_controller_unittest.cc |
+++ b/ui/touch_selection/touch_selection_controller_unittest.cc |
@@ -103,7 +103,7 @@ class TouchSelectionControllerTest : public testing::Test, |
} |
std::unique_ptr<TouchHandleDrawable> CreateDrawable() override { |
- return base::WrapUnique(new MockTouchHandleDrawable(&dragging_enabled_)); |
+ return base::MakeUnique<MockTouchHandleDrawable>(&dragging_enabled_); |
} |
void EnableLongPressDragSelection() { |