| Index: ui/events/x/hotplug_event_handler_x11.cc
|
| diff --git a/ui/events/x/hotplug_event_handler_x11.cc b/ui/events/x/hotplug_event_handler_x11.cc
|
| index 57d55bfaf34b52c01af7722410eb49e949dcd63e..08d306ea3092415b1e8039e804bb3065ff23240b 100644
|
| --- a/ui/events/x/hotplug_event_handler_x11.cc
|
| +++ b/ui/events/x/hotplug_event_handler_x11.cc
|
| @@ -18,11 +18,11 @@
|
| #include "base/process/launch.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/sys_info.h"
|
| -#include "ui/events/device_hotplug_event_observer.h"
|
| -#include "ui/events/device_util_linux.h"
|
| -#include "ui/events/input_device.h"
|
| -#include "ui/events/keyboard_device.h"
|
| -#include "ui/events/touchscreen_device.h"
|
| +#include "ui/events/devices/device_hotplug_event_observer.h"
|
| +#include "ui/events/devices/device_util_linux.h"
|
| +#include "ui/events/devices/input_device.h"
|
| +#include "ui/events/devices/keyboard_device.h"
|
| +#include "ui/events/devices/touchscreen_device.h"
|
| #include "ui/gfx/x/x11_types.h"
|
|
|
| namespace ui {
|
|
|