Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter_factory.h |
| diff --git a/device/bluetooth/bluetooth_adapter_factory.h b/device/bluetooth/bluetooth_adapter_factory.h |
| index 3b6a2c27ea5cbe417a46a3b8432c51d3d1b053c5..96694371d1ccc735be8a5dab0dddb7d58cfc83ce 100644 |
| --- a/device/bluetooth/bluetooth_adapter_factory.h |
| +++ b/device/bluetooth/bluetooth_adapter_factory.h |
| @@ -18,6 +18,7 @@ namespace device { |
| // adapter" which may change depending on availability. |
| class BluetoothAdapterFactory { |
| public: |
| + typedef base::Callback<void(BluetoothAdapter* adapter)> AdapterInitializer; |
|
keybuk
2014/03/27 20:20:07
Remove this now?
rpaquay
2014/03/27 22:00:01
Done.
|
| typedef base::Callback<void(scoped_refptr<BluetoothAdapter> adapter)> |
| AdapterCallback; |