// 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_OZONE_PLATFORM_WAYLAND_TEST_MOCK_ZWP_TEXT_INPUT_WRAPPER_CLIENT_H_ #define UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_ZWP_TEXT_INPUT_WRAPPER_CLIENT_H_ #include "testing/gmock/include/gmock/gmock.h" #include "ui/ozone/platform/wayland/host/zwp_text_input_wrapper.h" namespace ui { class MockZWPTextInputWrapperClient : public ZWPTextInputWrapperClient { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_ZWP_TEXT_INPUT_WRAPPER_CLIENT_H_