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

Unified Diff: chrome/browser/android/web_contents_factory.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: chrome/browser/android/web_contents_factory.cc
diff --git a/chrome/browser/android/web_contents_factory.cc b/chrome/browser/android/web_contents_factory.cc
index d957e548ccc329d6893539b51fbfdff3313048fb..37a07999eb521ed68e1d2cf167202187a83cb0d5 100644
--- a/chrome/browser/android/web_contents_factory.cc
+++ b/chrome/browser/android/web_contents_factory.cc
@@ -12,6 +12,9 @@
#include "content/public/browser/web_contents.h"
#include "jni/WebContentsFactory_jni.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
static ScopedJavaLocalRef<jobject> CreateWebContents(
JNIEnv* env,
const JavaParamRef<jclass>& clazz,
« no previous file with comments | « chrome/browser/android/warmup_manager.cc ('k') | chrome/browser/android/webapk/manifest_upgrade_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698