#ifndef CONTENT_WEB_TEST_BROWSER_WEB_TEST_SENSOR_PROVIDER_MANAGER_H_
#define CONTENT_WEB_TEST_BROWSER_WEB_TEST_SENSOR_PROVIDER_MANAGER_H_
#include "base/containers/flat_map.h"
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "services/device/public/mojom/sensor_provider.mojom-shared.h"
#include "third_party/blink/public/mojom/sensor/web_sensor_provider_automation.mojom.h"
namespace content {
class ScopedVirtualSensorForDevTools;
class WebContents;
class WebTestSensorProviderManager
: public blink::test::mojom::WebSensorProviderAutomation { … };
}
#endif