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

Unified Diff: ui/events/ozone/evdev/key_event_converter.h

Issue 149503003: Remove common EventConverterOzone class & move to EventConverterEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/DispatchEventHelper/DispatchEventTask/ Created 6 years, 11 months 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/events/ozone/evdev/event_modifiers.h ('k') | ui/events/ozone/evdev/key_event_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/key_event_converter.h
diff --git a/ui/events/ozone/evdev/key_event_converter.h b/ui/events/ozone/evdev/key_event_converter.h
index 9aa3a3a34616e31dbcff8dc9f88032a4744a12b8..4af7a552f84b4ae21fe0f47948069fa5b1e66ab6 100644
--- a/ui/events/ozone/evdev/key_event_converter.h
+++ b/ui/events/ozone/evdev/key_event_converter.h
@@ -9,15 +9,15 @@
#include "base/message_loop/message_pump_libevent.h"
#include "ui/events/event.h"
#include "ui/events/events_export.h"
+#include "ui/events/ozone/evdev/event_converter.h"
#include "ui/events/ozone/evdev/event_modifiers.h"
-#include "ui/events/ozone/event_converter_ozone.h"
struct input_event;
namespace ui {
class EVENTS_EXPORT KeyEventConverterEvdev
- : public EventConverterOzone,
+ : public EventConverterEvdev,
base::MessagePumpLibevent::Watcher {
public:
KeyEventConverterEvdev(int fd,
« no previous file with comments | « ui/events/ozone/evdev/event_modifiers.h ('k') | ui/events/ozone/evdev/key_event_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698