| Index: device/bluetooth/bluetooth_adapter_android.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.cc b/device/bluetooth/bluetooth_adapter_android.cc
|
| index 780ced05e32cc55490b73b81407698c26ecf0bea..d877899fc3d702fa3c35abdce789978882d5eba6 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_android.cc
|
| @@ -21,6 +21,7 @@
|
|
|
| using base::android::AttachCurrentThread;
|
| using base::android::ConvertJavaStringToUTF8;
|
| +using base::android::JavaParamRef;
|
|
|
| namespace {
|
| // The poll interval in ms when there is no active discovery. This
|
|
|