| 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();
|
|
|