summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/hid/hid_connection.h')
-rw-r--r--device/hid/hid_connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/hid/hid_connection.h b/device/hid/hid_connection.h
index 9cc8aaf..1bf8d2e 100644
--- a/device/hid/hid_connection.h
+++ b/device/hid/hid_connection.h
@@ -97,6 +97,7 @@ class HidConnection : public base::RefCountedThreadSafe<HidConnection> {
struct PendingHidReport {
PendingHidReport();
+ PendingHidReport(const PendingHidReport& other);
~PendingHidReport();
scoped_refptr<net::IOBuffer> buffer;
@@ -105,6 +106,7 @@ struct PendingHidReport {
struct PendingHidRead {
PendingHidRead();
+ PendingHidRead(const PendingHidRead& other);
~PendingHidRead();
HidConnection::ReadCallback callback;