| Index: ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.cc b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| index 309477fd2b550236fe9dae3b9e94f4e6b1a9509c..cea935d3dad7043cd7e32764a1a05c4def15b6f7 100644
|
| --- a/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| +++ b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| @@ -5,9 +5,9 @@
|
| #include "ui/events/platform/x11/x11_hotplug_event_handler.h"
|
|
|
| #include <stdint.h>
|
| -#include <X11/Xatom.h>
|
| #include <X11/extensions/XInput.h>
|
| #include <X11/extensions/XInput2.h>
|
| +#include <X11/Xatom.h>
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
| @@ -23,7 +23,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/sys_info.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
| #include "base/threading/worker_pool.h"
|
| #include "ui/events/devices/device_data_manager.h"
|
| #include "ui/events/devices/device_hotplug_event_observer.h"
|
|
|