| 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 92c6115e3fb2944e8f652a47e6146fabb65e0b47..03823918e49998c621602fa670fe3c1a4216103e 100644
|
| --- a/ui/events/ozone/event_factory_ozone.h
|
| +++ b/ui/events/ozone/event_factory_ozone.h
|
| @@ -48,9 +48,7 @@ class EVENTS_EXPORT EventFactoryOzone {
|
| private:
|
| // |EventConverterOzone| for each file descriptor.
|
| typedef EventConverterOzone* Converter;
|
| - typedef base::MessagePumpLibevent::FileDescriptorWatcher* FDWatcher;
|
| std::map<int, Converter> converters_;
|
| - std::map<int, FDWatcher> watchers_;
|
|
|
| static EventFactoryOzone* impl_; // not owned
|
|
|
|
|