#ifndef COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_MOJOM_TEST_UTILS_H_
#define COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_MOJOM_TEST_UTILS_H_
#include "components/services/storage/privileged/mojom/indexed_db_control.mojom.h"
namespace storage::mojom {
class IndexedDBObserverInterceptorForTesting : public IndexedDBObserver { … };
class IndexedDBObserverAsyncWaiter { … };
class IndexedDBControlInterceptorForTesting : public IndexedDBControl { … };
class IndexedDBControlAsyncWaiter { … };
}
#endif