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

Unified Diff: chrome/browser/android/precache/precache_launcher.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/precache/precache_launcher.cc
diff --git a/chrome/browser/android/precache/precache_launcher.cc b/chrome/browser/android/precache/precache_launcher.cc
index 74419a8e95e688cf21434b2687ceb245f3abdb2e..dad62cbef7a4314106d68b498776ea1f050ca385 100644
--- a/chrome/browser/android/precache/precache_launcher.cc
+++ b/chrome/browser/android/precache/precache_launcher.cc
@@ -19,6 +19,7 @@
#include "jni/PrecacheLauncher_jni.h"
using base::android::AttachCurrentThread;
+using base::android::JavaParamRef;
using precache::PrecacheManager;
namespace {

Powered by Google App Engine
This is Rietveld 408576698