| Index: ui/events/devices/x11/touch_factory_x11.h
|
| diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h
|
| index 496dcb591aa01a1c79f52129c96ddbeac398715c..7588398240f1b51682287b2005657bf7c87d2cd2 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -14,7 +14,7 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "ui/events/devices/events_devices_export.h"
|
| +#include "ui/events/devices/x11/events_devices_x11_export.h"
|
| #include "ui/gfx/sequential_id_generator.h"
|
|
|
| namespace base {
|
| @@ -30,7 +30,7 @@ typedef union _XEvent XEvent;
|
| namespace ui {
|
|
|
| // Functions related to determining touch devices.
|
| -class EVENTS_DEVICES_EXPORT TouchFactory {
|
| +class EVENTS_DEVICES_X11_EXPORT TouchFactory {
|
| private:
|
| TouchFactory();
|
| ~TouchFactory();
|
|
|