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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_promo_infobar_delegate_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/net/spdyproxy/data_reduction_promo_infobar_delegate_android.cc
diff --git a/chrome/browser/net/spdyproxy/data_reduction_promo_infobar_delegate_android.cc b/chrome/browser/net/spdyproxy/data_reduction_promo_infobar_delegate_android.cc
index 57acc7b4a909e079b5eb26d65cfa2715dd48f39b..a570c62fab65a89599146f5cd80b216e3a135084 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_promo_infobar_delegate_android.cc
+++ b/chrome/browser/net/spdyproxy/data_reduction_promo_infobar_delegate_android.cc
@@ -11,6 +11,8 @@
#include "jni/DataReductionPromoInfoBarDelegate_jni.h"
#include "ui/base/l10n/l10n_util.h"
+using base::android::JavaParamRef;
+
// static
void DataReductionPromoInfoBarDelegateAndroid::Create(
content::WebContents* web_contents) {

Powered by Google App Engine
This is Rietveld 408576698