| Index: ui/events/ozone/evdev/event_factory.h
|
| diff --git a/ui/events/ozone/evdev/event_factory.h b/ui/events/ozone/evdev/event_factory.h
|
| index 04a3a526c1dacde4c82df37931f623820cc6173a..b0e7a0a633f59826249eacaf822c931f6fe28d6d 100644
|
| --- a/ui/events/ozone/evdev/event_factory.h
|
| +++ b/ui/events/ozone/evdev/event_factory.h
|
| @@ -6,13 +6,14 @@
|
| #define UI_EVENTS_OZONE_EVENT_FACTORY_DELEGATE_EVDEV_H_
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "ui/events/events_export.h"
|
| #include "ui/events/ozone/evdev/event_modifiers.h"
|
| #include "ui/events/ozone/event_factory_ozone.h"
|
|
|
| namespace ui {
|
|
|
| // Ozone events implementation for the Linux input subsystem ("evdev").
|
| -class EventFactoryEvdev : public EventFactoryOzone {
|
| +class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone {
|
| public:
|
| EventFactoryEvdev();
|
| virtual ~EventFactoryEvdev();
|
|
|