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

Unified Diff: chrome/browser/android/document/document_web_contents_delegate.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/document/document_web_contents_delegate.cc
diff --git a/chrome/browser/android/document/document_web_contents_delegate.cc b/chrome/browser/android/document/document_web_contents_delegate.cc
index 339cc28da740fe451a6c8e6a81a817dc7a780e83..2ef3d79f44aa9db24a8234b1e83fb53bbbc03523 100644
--- a/chrome/browser/android/document/document_web_contents_delegate.cc
+++ b/chrome/browser/android/document/document_web_contents_delegate.cc
@@ -8,6 +8,8 @@
#include "content/public/browser/web_contents.h"
#include "jni/DocumentWebContentsDelegate_jni.h"
+using base::android::JavaParamRef;
+
DocumentWebContentsDelegate::DocumentWebContentsDelegate(JNIEnv* env,
jobject obj)
: WebContentsDelegateAndroid(env, obj) {
« no previous file with comments | « chrome/browser/android/dev_tools_server.cc ('k') | chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698