#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLUETOOTH_WEB_BLUETOOTH_MOJOM_BLINK_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLUETOOTH_WEB_BLUETOOTH_MOJOM_BLINK_TEST_UTILS_H_
#include "third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace blink::mojom::blink {
class BLINK_PLATFORM_EXPORT WebBluetoothServiceInterceptorForTesting : public WebBluetoothService { … };
class BLINK_PLATFORM_EXPORT WebBluetoothServiceAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT WebBluetoothServerClientInterceptorForTesting : public WebBluetoothServerClient { … };
class BLINK_PLATFORM_EXPORT WebBluetoothServerClientAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT WebBluetoothCharacteristicClientInterceptorForTesting : public WebBluetoothCharacteristicClient { … };
class BLINK_PLATFORM_EXPORT WebBluetoothCharacteristicClientAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT WebBluetoothAdvertisementClientInterceptorForTesting : public WebBluetoothAdvertisementClient { … };
class BLINK_PLATFORM_EXPORT WebBluetoothAdvertisementClientAsyncWaiter { … };
}
#endif