#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_WAYLAND_ZCR_COLOR_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_WAYLAND_ZCR_COLOR_MANAGER_H_
#include <chrome-color-management-server-protocol.h>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/ozone/platform/wayland/test/global_object.h"
struct wl_client;
struct wl_resource;
namespace wl {
extern const struct zcr_color_manager_v1_interface kMockZcrColorManagerV1Impl;
class TestZcrColorManagementOutputV1;
class TestZcrColorManagementSurfaceV1;
class TestZcrColorSpaceV1;
class MockZcrColorManagerV1 : public GlobalObject { … };
}
#endif