chromium/chrome/browser/usb/usb_blocklist.h

// Copyright 2016 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_USB_USB_BLOCKLIST_H_
#define CHROME_BROWSER_USB_USB_BLOCKLIST_H_

#include <stdint.h>

#include <vector>

#include "base/lazy_instance.h"

namespace device {
namespace mojom {
class UsbDeviceInfo;
}
}

class UsbBlocklist final {};

#endif  // CHROME_BROWSER_USB_USB_BLOCKLIST_H_