#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_GEOLOCATION_CONTEXT_MOJOM_BLINK_TEST_UTILS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_GEOLOCATION_CONTEXT_MOJOM_BLINK_TEST_UTILS_H_
#include "services/device/public/mojom/geolocation_context.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace device::mojom::blink {
class BLINK_PLATFORM_EXPORT GeolocationContextInterceptorForTesting : public GeolocationContext { … };
class BLINK_PLATFORM_EXPORT GeolocationContextAsyncWaiter { … };
}
#endif