#ifndef UI_EVENTS_DEVICES_X11_DEVICE_DATA_MANAGER_X11_H_
#define UI_EVENTS_DEVICES_X11_DEVICE_DATA_MANAGER_X11_H_
#include <bitset>
#include <functional>
#include <map>
#include <memory>
#include <set>
#include <vector>
#include "ui/events/devices/device_data_manager.h"
#include "ui/events/devices/keyboard_device.h"
#include "ui/events/devices/x11/events_devices_x11_export.h"
#include "ui/events/event_constants.h"
#include "ui/events/keycodes/keyboard_codes.h"
#include "ui/events/platform_event.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/x/event.h"
#include "ui/gfx/x/xinput.h"
namespace ui {
enum GestureMetricsType { … };
enum ScrollType { … };
class EVENTS_DEVICES_X11_EXPORT DeviceDataManagerX11
: public DeviceDataManager { … };
}
#endif