Index: base/message_pump_wayland.cc |
diff --git a/base/message_pump_wayland.cc b/base/message_pump_wayland.cc |
index a666ce661464890ee97fb46b78a1e8203bbfdd7d..14787c9657d2a44b2e73f8c8e2feb70f0984b502 100644 |
--- a/base/message_pump_wayland.cc |
+++ b/base/message_pump_wayland.cc |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include "base/message_pump_wayland.h" |
+#include "base/wayland/wayland_event.h" |
Mark Mentovai
2011/11/10 04:40:07
This needs to follow system #includes, like <glib.
oshima
2011/11/10 16:13:38
Do you need to include this? Looks like the event
Mandeep Singh Baines
2011/11/11 19:26:52
Done.
Mandeep Singh Baines
2011/11/11 19:26:52
Done.
|
#include <glib.h> |
@@ -22,7 +23,7 @@ bool MessagePumpWayland::RunOnce(GMainContext* context, bool block) { |
} |
MessagePumpObserver::EventStatus |
- MessagePumpObserver::WillProcessEvent(ui::WaylandEvent* event) { |
+ MessagePumpObserver::WillProcessEvent(wayland::WaylandEvent* event) { |
return EVENT_CONTINUE; |
} |