#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLOB_BLOB_REGISTRY_MOJOM_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLOB_BLOB_REGISTRY_MOJOM_TEST_UTILS_H_
#include "third_party/blink/public/mojom/blob/blob_registry.mojom.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class BLINK_COMMON_EXPORT ProgressClientInterceptorForTesting : public ProgressClient { … };
class BLINK_COMMON_EXPORT ProgressClientAsyncWaiter { … };
class BLINK_COMMON_EXPORT BlobRegistryInterceptorForTesting : public BlobRegistry { … };
class BLINK_COMMON_EXPORT BlobRegistryAsyncWaiter { … };
}
#endif