| Index: ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| diff --git a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| index a8fedabe23b540c950fa216a1de6c5d59ac94dcc..6c76b40b45332293844b8e396b80c6ba203cd6e1 100644
|
| --- a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| +++ b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| @@ -22,7 +22,6 @@
|
| #include "ui/aura/window_event_dispatcher.h"
|
| #include "ui/aura/window_tree_host.h"
|
| #include "ui/events/devices/input_device.h"
|
| -#include "ui/events/devices/keyboard_device.h"
|
| #include "ui/events/devices/x11/device_data_manager_x11.h"
|
| #include "ui/events/devices/x11/device_list_cache_x11.h"
|
| #include "ui/events/event.h"
|
| @@ -98,7 +97,7 @@ ScopedDisableInternalMouseAndKeyboardX11::
|
| }
|
| }
|
|
|
| - for (const ui::KeyboardDevice& device :
|
| + for (const ui::InputDevice& device :
|
| device_data_manager->keyboard_devices()) {
|
| if (device.type == ui::InputDeviceType::INPUT_DEVICE_INTERNAL) {
|
| keyboard_device_id_ = device.id;
|
|
|