Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: ui/wayland/wayland_input_device.cc

Issue 8378005: wayland: define base:NativeEvent for Wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/wayland/wayland.gyp ('k') | ui/wayland/wayland_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « ui/wayland/wayland.gyp ('k') | ui/wayland/wayland_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698