#ifndef CONTENT_BROWSER_DEVTOOLS_PROTOCOL_DEVICE_ORIENTATION_HANDLER_H_
#define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_DEVICE_ORIENTATION_HANDLER_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "content/browser/devtools/protocol/device_orientation.h"
#include "content/browser/devtools/protocol/devtools_domain_handler.h"
namespace content {
class RenderFrameHostImpl;
class ScopedVirtualSensorForDevTools;
class WebContentsImpl;
namespace protocol {
class DeviceOrientationHandler : public DevToolsDomainHandler,
public DeviceOrientation::Backend { … };
}
}
#endif