#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_SENSOR_TESTING_INTERNALS_SENSOR_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_SENSOR_TESTING_INTERNALS_SENSOR_H_
#include "third_party/blink/renderer/bindings/core/v8/script_promise.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_virtual_sensor_type.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
namespace blink {
class CreateVirtualSensorOptions;
class Internals;
class VirtualSensorInformation;
class VirtualSensorReading;
class ScriptState;
class InternalsSensor { … };
}
#endif