#ifndef SERVICES_DEVICE_HID_HID_SERVICE_LINUX_H_
#define SERVICES_DEVICE_HID_HID_SERVICE_LINUX_H_
#include <memory>
#include "base/compiler_specific.h"
#include "base/files/scoped_file.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/sequence_bound.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "services/device/hid/hid_device_info.h"
#include "services/device/hid/hid_service.h"
namespace device {
class HidServiceLinux : public HidService { … };
}
#endif