diff options
Diffstat (limited to 'ui/aura_shell/drag_drop_controller_unittest.cc')
-rw-r--r-- | ui/aura_shell/drag_drop_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura_shell/drag_drop_controller_unittest.cc b/ui/aura_shell/drag_drop_controller_unittest.cc index 36d3170..c5a2142 100644 --- a/ui/aura_shell/drag_drop_controller_unittest.cc +++ b/ui/aura_shell/drag_drop_controller_unittest.cc @@ -14,8 +14,8 @@ #include "ui/base/dragdrop/drag_drop_types.h" #include "ui/base/dragdrop/os_exchange_data.h" #include "ui/views/events/event.h" +#include "ui/views/widget/widget.h" #include "views/view.h" -#include "views/widget/widget.h" namespace aura_shell { namespace test { |