// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/device/public/cpp/hid/hid_report_item.h" #include "services/device/public/mojom/hid.mojom.h" namespace device { namespace { mojom::HidUsageAndPagePtr ConvertUsageToMojo(uint32_t usage) { … } } // namespace HidReportItem::HidReportItem(HidReportDescriptorItem::Tag tag, uint32_t short_data, const HidItemStateTable& state) : … { … } HidReportItem::~HidReportItem() = default; mojom::HidReportItemPtr HidReportItem::ToMojo() const { … } } // namespace device