| Index: device/bluetooth/android/bluetooth_jni_registrar.cc
|
| diff --git a/device/bluetooth/android/bluetooth_jni_registrar.cc b/device/bluetooth/android/bluetooth_jni_registrar.cc
|
| index d794c169f10f1b604d15de039f0befe3398ab626..a72ddf63f16df08705bd2f081b88bd8ca1b471a4 100644
|
| --- a/device/bluetooth/android/bluetooth_jni_registrar.cc
|
| +++ b/device/bluetooth/android/bluetooth_jni_registrar.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/android/jni_registrar.h"
|
| #include "device/bluetooth/android/wrappers.h"
|
| #include "device/bluetooth/bluetooth_adapter_android.h"
|
| +#include "device/bluetooth/bluetooth_device_android.h"
|
|
|
| namespace device {
|
| namespace android {
|
| @@ -15,6 +16,7 @@ namespace {
|
|
|
| const base::android::RegistrationMethod kRegisteredMethods[] = {
|
| {"BluetoothAdapterAndroid", device::BluetoothAdapterAndroid::RegisterJNI},
|
| + {"BluetoothDeviceAndroid", device::BluetoothDeviceAndroid::RegisterJNI},
|
| {"Wrappers", device::WrappersRegisterJNI},
|
| };
|
|
|
|
|