chromium/ui/events/ozone/evdev/testing/fake_cursor_delegate_evdev.h

// Copyright 2019 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_TESTING_FAKE_CURSOR_DELEGATE_EVDEV_H_
#define UI_EVENTS_OZONE_EVDEV_TESTING_FAKE_CURSOR_DELEGATE_EVDEV_H_

#include "ui/events/ozone/evdev/cursor_delegate_evdev.h"

namespace ui {

class FakeCursorDelegateEvdev : public CursorDelegateEvdev {};

}  // namespace ui

#endif  // UI_EVENTS_OZONE_EVDEV_TESTING_FAKE_CURSOR_DELEGATE_EVDEV_H_