#ifndef UI_WEBUI_RESOURCES_CR_COMPONENTS_HISTORY_EMBEDDINGS_HISTORY_EMBEDDINGS_MOJOM_TEST_UTILS_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_HISTORY_EMBEDDINGS_HISTORY_EMBEDDINGS_MOJOM_TEST_UTILS_H_
#include "ui/webui/resources/cr_components/history_embeddings/history_embeddings.mojom.h"
namespace history_embeddings::mojom {
class PageHandlerInterceptorForTesting : public PageHandler { … };
class PageHandlerAsyncWaiter { … };
class PageInterceptorForTesting : public Page { … };
class PageAsyncWaiter { … };
}
#endif