Relanding this change. The bug 332430 which caused this to be reverted will be addres...
[chromium-blink-merge.git] / device / hid / hid_connection.cc
blobc134bf2702e96aca40ca0cc58b376d9b151a1aa2
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "device/hid/hid_connection.h"
7 namespace device {
9 PendingHidReport::PendingHidReport() {}
11 PendingHidReport::~PendingHidReport() {}
13 PendingHidRead::PendingHidRead() {}
15 PendingHidRead::~PendingHidRead() {}
17 HidConnection::HidConnection(const HidDeviceInfo& device_info)
18 : device_info_(device_info) {}
20 HidConnection::~HidConnection() {}
22 } // namespace device