chromium/services/device/public/cpp/hid/hid_device_filter.h

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

#ifndef SERVICES_DEVICE_PUBLIC_CPP_HID_HID_DEVICE_FILTER_H_
#define SERVICES_DEVICE_PUBLIC_CPP_HID_HID_DEVICE_FILTER_H_

#include <stdint.h>
#include <vector>

#include "services/device/public/mojom/hid.mojom.h"

namespace device {

class HidDeviceFilter {};

}  // namespace device

#endif  // SERVICES_DEVICE_PUBLIC_CPP_HID_HID_DEVICE_FILTER_H_