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

Unified Diff: components/dom_distiller/content/browser/distillable_page_utils_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: components/dom_distiller/content/browser/distillable_page_utils_android.cc
diff --git a/components/dom_distiller/content/browser/distillable_page_utils_android.cc b/components/dom_distiller/content/browser/distillable_page_utils_android.cc
index 8ba1281b88ca5b250a3389545672f136e4b23a98..f0890f68c60ada3b450830b227d46d06620162bd 100644
--- a/components/dom_distiller/content/browser/distillable_page_utils_android.cc
+++ b/components/dom_distiller/content/browser/distillable_page_utils_android.cc
@@ -14,6 +14,7 @@
#include "content/public/browser/web_contents.h"
#include "jni/DistillablePageUtils_jni.h"
+using base::android::JavaParamRef;
using base::android::ScopedJavaGlobalRef;
namespace dom_distiller {

Powered by Google App Engine
This is Rietveld 408576698