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

Unified Diff: chrome/browser/dom_distiller/tab_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: chrome/browser/dom_distiller/tab_utils_android.cc
diff --git a/chrome/browser/dom_distiller/tab_utils_android.cc b/chrome/browser/dom_distiller/tab_utils_android.cc
index c3b943a263c8b66db188dd033a3d1a3b09dde6ca..d48bab9f2072ce26be581d06fec1749255aa9a22 100644
--- a/chrome/browser/dom_distiller/tab_utils_android.cc
+++ b/chrome/browser/dom_distiller/tab_utils_android.cc
@@ -17,6 +17,9 @@
#include "jni/DomDistillerTabUtils_jni.h"
#include "url/gurl.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
namespace android {
void DistillCurrentPageAndView(JNIEnv* env,
« no previous file with comments | « chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc ('k') | chrome/browser/history/android/sqlite_cursor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698