| Index: ash/drag_drop/drag_drop_controller_unittest.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| index b7c94e8feef27c9e28c0a044d92106939c7fce94..477aaafc19e905c5f4a8cb5e8692d4244156484d 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -158,7 +158,7 @@ class TestDragDropController : public internal::DragDropController {
|
| class TestNativeWidgetAura : public views::NativeWidgetAura {
|
| public:
|
| explicit TestNativeWidgetAura(views::internal::NativeWidgetDelegate* delegate)
|
| - : NativeWidgetAura(delegate),
|
| + : NativeWidgetAura(delegate, NULL),
|
| check_if_capture_lost_(false) {
|
| }
|
|
|
|
|