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