| Index: views/widget/drop_target_gtk.h
|
| diff --git a/views/widget/drop_target_gtk.h b/views/widget/drop_target_gtk.h
|
| index bc2c3ca4e1acf181ea2d7c35dc4cd8d7e679552b..daa08f2e523ddce5b2111bac426f48a7c924cc3b 100644
|
| --- a/views/widget/drop_target_gtk.h
|
| +++ b/views/widget/drop_target_gtk.h
|
| @@ -39,8 +39,7 @@ class RootView;
|
| // which results in deleting the DropTargetGtk.
|
| class DropTargetGtk {
|
| public:
|
| - explicit DropTargetGtk(internal::RootView* root_view,
|
| - GdkDragContext* context);
|
| + DropTargetGtk(internal::RootView* root_view, GdkDragContext* context);
|
| ~DropTargetGtk();
|
|
|
| // If a drag and drop is underway and |view| is the current drop target, the
|
|
|