#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_VIBRATION_MANAGER_MOJOM_TEST_UTILS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_VIBRATION_MANAGER_MOJOM_TEST_UTILS_H_
#include "services/device/public/mojom/vibration_manager.mojom.h"
namespace device::mojom {
class VibrationManagerInterceptorForTesting : public VibrationManager { … };
class VibrationManagerAsyncWaiter { … };
class VibrationManagerListenerInterceptorForTesting : public VibrationManagerListener { … };
class VibrationManagerListenerAsyncWaiter { … };
}
#endif