#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_FILESYSTEM_FILE_SYSTEM_MOJOM_BLINK_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_FILESYSTEM_FILE_SYSTEM_MOJOM_BLINK_TEST_UTILS_H_
#include "third_party/blink/public/mojom/filesystem/file_system.mojom-blink.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink::mojom::blink {
class PLATFORM_EXPORT FileSystemCancellableOperationInterceptorForTesting : public FileSystemCancellableOperation { … };
class PLATFORM_EXPORT FileSystemCancellableOperationAsyncWaiter { … };
class PLATFORM_EXPORT FileSystemOperationListenerInterceptorForTesting : public FileSystemOperationListener { … };
class PLATFORM_EXPORT FileSystemOperationListenerAsyncWaiter { … };
class PLATFORM_EXPORT ReceivedSnapshotListenerInterceptorForTesting : public ReceivedSnapshotListener { … };
class PLATFORM_EXPORT ReceivedSnapshotListenerAsyncWaiter { … };
class PLATFORM_EXPORT FileSystemManagerInterceptorForTesting : public FileSystemManager { … };
class PLATFORM_EXPORT FileSystemManagerAsyncWaiter { … };
}
#endif