#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_BLOB_STORAGE_CONTEXT_MOJOM_TEST_UTILS_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_BLOB_STORAGE_CONTEXT_MOJOM_TEST_UTILS_H_
#include "components/services/storage/public/mojom/blob_storage_context.mojom.h"
namespace storage::mojom {
class BlobDataItemReaderInterceptorForTesting : public BlobDataItemReader { … };
class BlobDataItemReaderAsyncWaiter { … };
class BlobStorageContextInterceptorForTesting : public BlobStorageContext { … };
class BlobStorageContextAsyncWaiter { … };
}
#endif