| Index: device/bluetooth/bluetooth_socket_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_socket_chromeos.cc b/device/bluetooth/bluetooth_socket_chromeos.cc
|
| index 81395dc14ea04ab548c054a61a6c3add20f426c5..3a881d12813cdc05156d1140c2dbb7d2dc385e10 100644
|
| --- a/device/bluetooth/bluetooth_socket_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_socket_chromeos.cc
|
| @@ -44,7 +44,7 @@ BluetoothSocketChromeOS::BluetoothSocketChromeOS(int fd)
|
| }
|
|
|
| BluetoothSocketChromeOS::~BluetoothSocketChromeOS() {
|
| - HANDLE_EINTR(close(fd_));
|
| + close(fd_);
|
| }
|
|
|
| bool BluetoothSocketChromeOS::Receive(net::GrowableIOBuffer *buffer) {
|
|
|