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

Unified Diff: content/browser/android/tracing_controller_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: content/browser/android/tracing_controller_android.cc
diff --git a/content/browser/android/tracing_controller_android.cc b/content/browser/android/tracing_controller_android.cc
index 35545aad3f819b3a8098718b0306b6b8ddf159d5..9a35987ee53f47715c734f77e5e3a3f3f9c6a7c5 100644
--- a/content/browser/android/tracing_controller_android.cc
+++ b/content/browser/android/tracing_controller_android.cc
@@ -12,6 +12,9 @@
#include "content/public/browser/tracing_controller.h"
#include "jni/TracingControllerAndroid_jni.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
namespace content {
static jlong Init(JNIEnv* env, const JavaParamRef<jobject>& obj) {
« no previous file with comments | « content/browser/android/popup_touch_handle_drawable.cc ('k') | content/browser/android/web_contents_observer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698