chromium/ui/events/ozone/evdev/imposter_checker_evdev.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_EVENTS_OZONE_EVDEV_IMPOSTER_CHECKER_EVDEV_H_
#define UI_EVENTS_OZONE_EVDEV_IMPOSTER_CHECKER_EVDEV_H_

#include <map>

#include "base/component_export.h"
#include "base/functional/callback_forward.h"
#include "ui/events/devices/input_device.h"
#include "ui/events/ozone/evdev/event_converter_evdev.h"
#include "ui/events/ozone/evdev/imposter_checker_evdev_state.h"

#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ui/events/ozone/evdev/fake_keyboard_heuristic_metrics.h"
#endif

namespace ui {
class COMPONENT_EXPORT(EVDEV) ImposterCheckerEvdev {};
}  // namespace ui

#endif  // UI_EVENTS_OZONE_EVDEV_IMPOSTER_CHECKER_EVDEV_H_