Index: device/hid/hid_connection_mac.h |
diff --git a/device/hid/hid_connection_mac.h b/device/hid/hid_connection_mac.h |
index 730eeae5452a67fc0c93ba6bb3a45bf969cabce0..88dfdaa3ca89a2e750882ddb1eb87009a8fab35d 100644 |
--- a/device/hid/hid_connection_mac.h |
+++ b/device/hid/hid_connection_mac.h |
@@ -60,7 +60,7 @@ class HidConnectionMac : public HidConnection { |
HidServiceMac* service_; |
scoped_refptr<base::MessageLoopProxy> message_loop_; |
base::ScopedCFTypeRef<IOHIDDeviceRef> device_; |
- scoped_ptr_malloc<uint8_t> inbound_buffer_; |
+ scoped_ptr<uint8_t, base::FreeDeleter> inbound_buffer_; |
bool disconnected_; |
typedef std::pair<scoped_refptr<net::IOBuffer>, size_t> PendingReport; |