#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_SERVICE_WORKER_SERVICE_WORKER_CONTAINER_MOJOM_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_SERVICE_WORKER_SERVICE_WORKER_CONTAINER_MOJOM_TEST_UTILS_H_
#include "third_party/blink/public/mojom/service_worker/service_worker_container.mojom.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class BLINK_COMMON_EXPORT ServiceWorkerContainerHostInterceptorForTesting : public ServiceWorkerContainerHost { … };
class BLINK_COMMON_EXPORT ServiceWorkerContainerHostAsyncWaiter { … };
class BLINK_COMMON_EXPORT ServiceWorkerContainerInterceptorForTesting : public ServiceWorkerContainer { … };
class BLINK_COMMON_EXPORT ServiceWorkerContainerAsyncWaiter { … };
}
#endif