chromium/ui/base/pointer/mock_touch_ui_controller.h

// Copyright 2024 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_BASE_POINTER_MOCK_TOUCH_UI_CONTROLLER_H_
#define UI_BASE_POINTER_MOCK_TOUCH_UI_CONTROLLER_H_

#include <optional>
#include <vector>

#include "ui/base/pointer/touch_ui_controller.h"

namespace ui {

class MockTouchUiController final : public TouchUiController {};

}  // namespace ui

#endif  // UI_BASE_POINTER_MOCK_TOUCH_UI_CONTROLLER_H_