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

Unified Diff: content/browser/android/content_video_view.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/content_video_view.cc
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
index e0d1a12e849a5bb86e371b880fb503e5432661fd..86f675594c86bbb33ad3b5c0aa6ebbbf586b28c1 100644
--- a/content/browser/android/content_video_view.cc
+++ b/content/browser/android/content_video_view.cc
@@ -15,7 +15,9 @@
using base::android::AttachCurrentThread;
using base::android::CheckException;
+using base::android::JavaParamRef;
using base::android::ScopedJavaGlobalRef;
+using base::android::ScopedJavaLocalRef;
using base::UserMetricsAction;
using content::RecordAction;
« no previous file with comments | « content/browser/android/child_process_launcher_android.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698