Index: device/geolocation/location_api_adapter_android.cc |
diff --git a/device/geolocation/location_api_adapter_android.cc b/device/geolocation/location_api_adapter_android.cc |
index 55a19c43fd76cc60707aa73b859889edaad990a2..693fb904cfbca6dd1f178ffa56f8cd71d29b6368 100644 |
--- a/device/geolocation/location_api_adapter_android.cc |
+++ b/device/geolocation/location_api_adapter_android.cc |
@@ -16,6 +16,7 @@ |
using base::android::AttachCurrentThread; |
using base::android::CheckException; |
using base::android::ClearException; |
+using base::android::JavaParamRef; |
using device::AndroidLocationApiAdapter; |
static void NewLocationAvailable(JNIEnv* env, |