#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_INPUT_SERVICE_MOJOM_TEST_UTILS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_INPUT_SERVICE_MOJOM_TEST_UTILS_H_
#include "services/device/public/mojom/input_service.mojom.h"
namespace device::mojom {
class InputDeviceManagerClientInterceptorForTesting : public InputDeviceManagerClient { … };
class InputDeviceManagerClientAsyncWaiter { … };
class InputDeviceManagerInterceptorForTesting : public InputDeviceManager { … };
class InputDeviceManagerAsyncWaiter { … };
}
#endif