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

Unified Diff: ui/events/ozone/event_factory_ozone.h

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: ui/events/ozone/event_factory_ozone.h
diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/events/ozone/event_factory_ozone.h
index 9e0a6b91002087abf50856abf54cee557c566331..2478dbbf0f950e76db02c02411b01c15f8c572c6 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -27,7 +27,7 @@ class Event;
// Ozone presumes that the set of file desctiprtors can vary at runtime so this
// class supports dynamically adding and removing |EventConverterOzone|
// instances as necessary.
-class EVENTS_EXPORT EventFactoryOzone : public ui::PlatformEventSource {
+class EVENTS_EXPORT EventFactoryOzone /* : public ui::PlatformEventSource */ {
public:
EventFactoryOzone();
virtual ~EventFactoryOzone();

Powered by Google App Engine
This is Rietveld 408576698