Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / device / hid / hid_connection_mac.h
index 02dde04..33deadf 100644 (file)
@@ -65,7 +65,7 @@ class HidConnectionMac : public HidConnection {
 
   base::ScopedCFTypeRef<IOHIDDeviceRef> device_;
   scoped_refptr<base::MessageLoopProxy> message_loop_;
-  scoped_ptr<uint8_t, base::FreeDeleter> inbound_buffer_;
+  std::vector<uint8_t> inbound_buffer_;
 
   std::queue<PendingHidReport> pending_reports_;
   std::queue<PendingHidRead> pending_reads_;