#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_VIBRATION_MANAGER_MOJOM_BLINK_TEST_UTILS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_VIBRATION_MANAGER_MOJOM_BLINK_TEST_UTILS_H_
#include "services/device/public/mojom/vibration_manager.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace device::mojom::blink {
class BLINK_PLATFORM_EXPORT VibrationManagerInterceptorForTesting : public VibrationManager { … };
class BLINK_PLATFORM_EXPORT VibrationManagerAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT VibrationManagerListenerInterceptorForTesting : public VibrationManagerListener { … };
class BLINK_PLATFORM_EXPORT VibrationManagerListenerAsyncWaiter { … };
}
#endif