#ifndef CHROME_SERVICES_REMOVABLE_STORAGE_WRITER_PUBLIC_MOJOM_REMOVABLE_STORAGE_WRITER_MOJOM_TEST_UTILS_H_
#define CHROME_SERVICES_REMOVABLE_STORAGE_WRITER_PUBLIC_MOJOM_REMOVABLE_STORAGE_WRITER_MOJOM_TEST_UTILS_H_
#include "chrome/services/removable_storage_writer/public/mojom/removable_storage_writer.mojom.h"
namespace chrome::mojom {
class RemovableStorageWriterInterceptorForTesting : public RemovableStorageWriter { … };
class RemovableStorageWriterAsyncWaiter { … };
class RemovableStorageWriterClientInterceptorForTesting : public RemovableStorageWriterClient { … };
class RemovableStorageWriterClientAsyncWaiter { … };
}
#endif