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

Unified Diff: content/app/android/content_main.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/app/android/content_main.cc
diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc
index 5b51323bc88bc9e0125632ef553644b14d4b537f..1c82788b67fc794d9ab30032de29c78049f06e54 100644
--- a/content/app/android/content_main.cc
+++ b/content/app/android/content_main.cc
@@ -18,6 +18,7 @@
#include "jni/ContentMain_jni.h"
using base::LazyInstance;
+using base::android::JavaParamRef;
namespace content {

Powered by Google App Engine
This is Rietveld 408576698