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

Unified Diff: content/browser/android/interface_provider_android_impl.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: content/browser/android/interface_provider_android_impl.cc
diff --git a/content/browser/android/interface_provider_android_impl.cc b/content/browser/android/interface_provider_android_impl.cc
index 949bdfd152eb0cb0665b3b3ac192041adcbfc2e5..c6f9910967fee9a438fb53e1c5378037e4702b8c 100644
--- a/content/browser/android/interface_provider_android_impl.cc
+++ b/content/browser/android/interface_provider_android_impl.cc
@@ -17,6 +17,7 @@
using base::android::AttachCurrentThread;
using base::android::ConvertJavaStringToUTF8;
+using base::android::JavaParamRef;
using base::android::ScopedJavaGlobalRef;
namespace content {
« no previous file with comments | « content/browser/android/date_time_chooser_android.cc ('k') | content/browser/android/interface_registry_android_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698