| Index: device/bluetooth/bluetooth_device_android.cc
 | 
| diff --git a/device/bluetooth/bluetooth_device_android.cc b/device/bluetooth/bluetooth_device_android.cc
 | 
| index ac48b1bf982dedaf9e38212125183ed78efb7799..ca182ca18f09b692630b76785e8fea4ac9fb162b 100644
 | 
| --- a/device/bluetooth/bluetooth_device_android.cc
 | 
| +++ b/device/bluetooth/bluetooth_device_android.cc
 | 
| @@ -16,6 +16,7 @@
 | 
|  
 | 
|  using base::android::AttachCurrentThread;
 | 
|  using base::android::AppendJavaStringArrayToStringVector;
 | 
| +using base::android::JavaParamRef;
 | 
|  
 | 
|  namespace device {
 | 
|  namespace {
 | 
| 
 |