Chromium Code Reviews| Index: base/message_pump_wayland.cc |
| diff --git a/base/message_pump_wayland.cc b/base/message_pump_wayland.cc |
| index a666ce661464890ee97fb46b78a1e8203bbfdd7d..0e31941b6b277e41624b68d243bdc7e66d732c45 100644 |
| --- a/base/message_pump_wayland.cc |
| +++ b/base/message_pump_wayland.cc |
| @@ -2,10 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "base/message_pump_wayland.h" |
| - |
| #include <glib.h> |
| +#include "base/message_pump_wayland.h" |
|
oshima
2011/11/11 20:36:53
this one has to stay on top. The order is
1 heade
|
| + |
| namespace base { |
| MessagePumpWayland::MessagePumpWayland() |
| @@ -22,7 +22,7 @@ bool MessagePumpWayland::RunOnce(GMainContext* context, bool block) { |
| } |
| MessagePumpObserver::EventStatus |
| - MessagePumpObserver::WillProcessEvent(ui::WaylandEvent* event) { |
| + MessagePumpObserver::WillProcessEvent(wayland::WaylandEvent* event) { |
| return EVENT_CONTINUE; |
| } |