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

Unified Diff: ui/wayland/wayland_widget.h

Issue 8378005: wayland: define base:NativeEvent for Wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create a new wayland namespace in base and define WaylandEvent there. 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
Index: ui/wayland/wayland_widget.h
diff --git a/ui/wayland/wayland_widget.h b/ui/wayland/wayland_widget.h
index f274141d0f951f72f63dd598d8338c8a823af964..debf6b5ff1b6d5d6760d682ce1e65a5469ed0562 100644
--- a/ui/wayland/wayland_widget.h
+++ b/ui/wayland/wayland_widget.h
@@ -5,7 +5,9 @@
#ifndef UI_WAYLAND_WAYLAND_WIDGET_H_
#define UI_WAYLAND_WAYLAND_WIDGET_H_
-#include "ui/wayland/events/wayland_event.h"
+#include "base/wayland/wayland_event.h"
+
+using base::wayland::WaylandEvent;
namespace ui {

Powered by Google App Engine
This is Rietveld 408576698