| Index: ui/wayland/wayland_input_device.cc
|
| diff --git a/ui/wayland/wayland_input_device.cc b/ui/wayland/wayland_input_device.cc
|
| index 100e19dc853919a56f5b2e0eac97f2af80363dd9..034b4a137a656a6afa45c1ac9e403c4a36567835 100644
|
| --- a/ui/wayland/wayland_input_device.cc
|
| +++ b/ui/wayland/wayland_input_device.cc
|
| @@ -7,10 +7,12 @@
|
| #include <X11/extensions/XKBcommon.h>
|
| #include <wayland-client.h>
|
|
|
| -#include "ui/wayland/events/wayland_event.h"
|
| +#include "base/wayland/wayland_event.h"
|
| #include "ui/wayland/wayland_widget.h"
|
| #include "ui/wayland/wayland_window.h"
|
|
|
| +using namespace base::wayland;
|
| +
|
| namespace ui {
|
|
|
| WaylandInputDevice::WaylandInputDevice(
|
|
|