Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2848)

Unified Diff: device/geolocation/location_api_adapter_android.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « device/gamepad/gamepad_platform_data_fetcher_android.cc ('k') | device/power_save_blocker/power_save_blocker_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698