#ifndef CHROME_BROWSER_USB_CHROME_USB_DELEGATE_H_
#define CHROME_BROWSER_USB_CHROME_USB_DELEGATE_H_
#include "base/containers/span.h"
#include "content/public/browser/usb_chooser.h"
#include "content/public/browser/usb_delegate.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "services/device/public/mojom/usb_device.mojom-forward.h"
#include "services/device/public/mojom/usb_enumeration_options.mojom-forward.h"
#include "services/device/public/mojom/usb_manager.mojom-forward.h"
#include "third_party/blink/public/mojom/usb/web_usb_service.mojom.h"
#include "url/origin.h"
namespace content {
class BrowserContext;
class RenderFrameHost;
}
class ChromeUsbDelegate : public content::UsbDelegate { … };
#endif