#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZCR_TEXT_INPUT_EXTENSION_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZCR_TEXT_INPUT_EXTENSION_H_
#include <text-input-extension-unstable-v1-server-protocol.h>
#include "base/memory/raw_ptr.h"
#include "ui/ozone/platform/wayland/test/global_object.h"
namespace wl {
extern const struct zcr_text_input_extension_v1_interface
kTestZcrTextInputExtensionV1Impl;
class MockZcrExtendedTextInput;
class TestZcrTextInputExtensionV1 : public GlobalObject { … };
}
#endif