#ifndef COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_TEST_MOJOM_TEST_UTILS_H_
#define COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_TEST_MOJOM_TEST_UTILS_H_
#include "components/services/storage/privileged/mojom/indexed_db_control_test.mojom.h"
namespace storage::mojom {
class MockFailureInjectorInterceptorForTesting : public MockFailureInjector { … };
class MockFailureInjectorAsyncWaiter { … };
class IndexedDBControlTestInterceptorForTesting : public IndexedDBControlTest { … };
class IndexedDBControlTestAsyncWaiter { … };
}
#endif