Index: device/bluetooth/bluetooth_socket_chromeos.h |
diff --git a/device/bluetooth/bluetooth_socket_chromeos.h b/device/bluetooth/bluetooth_socket_chromeos.h |
index 8301d5c62df3d4a17c9a17ca74ad681c763dcdbc..b8030e83b31e98de7733011162730db75321b2fd 100644 |
--- a/device/bluetooth/bluetooth_socket_chromeos.h |
+++ b/device/bluetooth/bluetooth_socket_chromeos.h |
@@ -8,12 +8,12 @@ |
#include "chromeos/chromeos_export.h" |
#include "device/bluetooth/bluetooth_socket.h" |
#include "device/bluetooth/bluetooth_socket_net.h" |
+#include "device/bluetooth/bluetooth_uuid.h" |
namespace dbus { |
class FileDescriptor; |
} // namespace dbus |
- |
namespace chromeos { |
// The BluetoothSocketChromeOS class implements BluetoothSocket for the |
@@ -31,6 +31,10 @@ class CHROMEOS_EXPORT BluetoothSocketChromeOS |
const base::Closure& success_callback, |
const ErrorCompletionCallback& error_callback); |
+ // BluetoothSocket: |
+ virtual void Accept(const AcceptCompletionCallback& success_callback, |
+ const ErrorCompletionCallback& error_callback) OVERRIDE; |
+ |
protected: |
virtual ~BluetoothSocketChromeOS(); |
@@ -45,7 +49,6 @@ class CHROMEOS_EXPORT BluetoothSocketChromeOS |
const base::Closure& success_callback, |
const ErrorCompletionCallback& error_callback); |
- |
DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOS); |
}; |