chromium/chrome/browser/hid/chrome_hid_delegate.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_HID_CHROME_HID_DELEGATE_H_
#define CHROME_BROWSER_HID_CHROME_HID_DELEGATE_H_

#include <memory>
#include <string>
#include <vector>

#include "base/containers/flat_map.h"
#include "content/public/browser/hid_chooser.h"
#include "content/public/browser/hid_delegate.h"
#include "extensions/buildflags/buildflags.h"
#include "services/device/public/mojom/hid.mojom-forward.h"
#include "third_party/blink/public/mojom/hid/hid.mojom-forward.h"
#include "url/origin.h"

namespace content {
class BrowserContext;
class RenderFrameHost;
struct GlobalRenderFrameHostId;
}  // namespace content

class HidChooser;

class ChromeHidDelegate : public content::HidDelegate {};

#endif  // CHROME_BROWSER_HID_CHROME_HID_DELEGATE_H_