#ifndef CHROME_SERVICES_ON_DEVICE_TRANSLATION_PUBLIC_MOJOM_ON_DEVICE_TRANSLATION_SERVICE_MOJOM_TEST_UTILS_H_
#define CHROME_SERVICES_ON_DEVICE_TRANSLATION_PUBLIC_MOJOM_ON_DEVICE_TRANSLATION_SERVICE_MOJOM_TEST_UTILS_H_
#include "chrome/services/on_device_translation/public/mojom/on_device_translation_service.mojom.h"
namespace on_device_translation::mojom {
class OnDeviceTranslationServiceInterceptorForTesting : public OnDeviceTranslationService { … };
class OnDeviceTranslationServiceAsyncWaiter { … };
}
#endif