| Index: device/hid/hid_connection_mac.h
|
| diff --git a/device/hid/hid_connection_mac.h b/device/hid/hid_connection_mac.h
|
| index 81153b6bfd5f474b1ad94adff418d9e10acc8b3b..7282760ecb128ada613c20a8757e17429de44397 100644
|
| --- a/device/hid/hid_connection_mac.h
|
| +++ b/device/hid/hid_connection_mac.h
|
| @@ -62,7 +62,7 @@ class HidConnectionMac : public HidConnection {
|
|
|
| base::ScopedCFTypeRef<IOHIDDeviceRef> device_;
|
| scoped_refptr<base::MessageLoopProxy> message_loop_;
|
| - scoped_ptr<uint8_t[]> inbound_buffer_;
|
| + std::vector<uint8_t> inbound_buffer_;
|
|
|
| std::queue<PendingHidReport> pending_reports_;
|
| std::queue<PendingHidRead> pending_reads_;
|
|
|