#ifndef CONTENT_PUBLIC_BROWSER_HID_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_HID_DELEGATE_H_
#include <memory>
#include <vector>
#include "base/observer_list_types.h"
#include "content/common/content_export.h"
#include "content/public/browser/hid_chooser.h"
#include "services/device/public/mojom/hid.mojom-forward.h"
#include "third_party/blink/public/mojom/hid/hid.mojom-forward.h"
namespace url {
class Origin;
}
namespace content {
class BrowserContext;
class RenderFrameHost;
class CONTENT_EXPORT HidDelegate { … };
}
#endif