chromium/ui/events/test/events_test_utils.h

// Copyright 2013 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_TEST_EVENTS_TEST_UTILS_H_
#define UI_EVENTS_TEST_EVENTS_TEST_UTILS_H_

#include "base/memory/raw_ptr.h"
#include "ui/events/event.h"
#include "ui/events/event_dispatcher.h"
#include "ui/events/event_target.h"
#include "ui/events/keycodes/dom/dom_key.h"
#include "ui/events/platform_event.h"

namespace ui {

class EventSource;

class EventTestApi {};

class LocatedEventTestApi : public EventTestApi {};

class KeyEventTestApi : public EventTestApi {};

class EventTargetTestApi {};

class EventSourceTestApi {};

}  // namespace ui

#endif  // UI_EVENTS_TEST_EVENTS_TEST_UTILS_H_