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 b10c1daaee2c66f657e7f6a478d0e7b393e532f4..2281aeeac1053768b8d8660b92e8005b0794aa92 100644 |
--- a/ui/touch_selection/touch_selection_controller_unittest.cc |
+++ b/ui/touch_selection/touch_selection_controller_unittest.cc |
@@ -97,8 +97,7 @@ class TouchSelectionControllerTest : public testing::Test, |
} |
scoped_ptr<TouchHandleDrawable> CreateDrawable() override { |
- return scoped_ptr<TouchHandleDrawable>( |
- new MockTouchHandleDrawable(&dragging_enabled_)); |
+ return make_scoped_ptr(new MockTouchHandleDrawable(&dragging_enabled_)); |
} |
void AllowShowingOnTapForEmptyEditable() { |