| 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 398b1427fe51236817c05fb572dbec1d5c691960..a144745ed1945a180a75f9dab48e91fd203ff40e 100644
 | 
| --- a/device/bluetooth/android/bluetooth_jni_registrar.cc
 | 
| +++ b/device/bluetooth/android/bluetooth_jni_registrar.cc
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include "base/android/jni_android.h"
 | 
|  #include "base/android/jni_registrar.h"
 | 
|  #include "base/macros.h"
 | 
| -#include "device/bluetooth/android/wrappers.h"
 | 
|  #include "device/bluetooth/bluetooth_adapter_android.h"
 | 
|  #include "device/bluetooth/bluetooth_device_android.h"
 | 
|  #include "device/bluetooth/bluetooth_remote_gatt_characteristic_android.h"
 | 
| @@ -27,7 +26,6 @@ const base::android::RegistrationMethod kRegisteredMethods[] = {
 | 
|       device::BluetoothRemoteGattDescriptorAndroid::RegisterJNI},
 | 
|      {"BluetoothRemoteGattServiceAndroid",
 | 
|       device::BluetoothRemoteGattServiceAndroid::RegisterJNI},
 | 
| -    {"Wrappers", device::WrappersRegisterJNI},
 | 
|  };
 | 
|  
 | 
|  }  // namespace
 | 
| 
 |