diff options
Diffstat (limited to 'device/bluetooth/bluetooth_adapter.cc')
-rw-r--r-- | device/bluetooth/bluetooth_adapter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc index 2aa2b66..747ac60 100644 --- a/device/bluetooth/bluetooth_adapter.cc +++ b/device/bluetooth/bluetooth_adapter.cc @@ -18,7 +18,7 @@ BluetoothAdapter::ServiceOptions::~ServiceOptions() { #if !defined(OS_ANDROID) && !defined(OS_CHROMEOS) && !defined(OS_MACOSX) && \ !defined(OS_WIN) -//static +// static base::WeakPtr<BluetoothAdapter> BluetoothAdapter::CreateAdapter( const InitCallback& init_callback) { return base::WeakPtr<BluetoothAdapter>(); |