| Index: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| index f123334cf1cfd5edadc47185ed5e9db3f0667ee6..1f669b8a3f3f22ff6d839b5a0ef1d811d3c92742 100644
|
| --- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| +++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| @@ -63,7 +63,9 @@ scoped_ptr<infobars::InfoBar> DataReductionProxyInfoBarDelegate::CreateInfoBar(
|
|
|
|
|
| // JNI for DataReductionProxyInfoBarDelegate.
|
| -void
|
| -Launch(JNIEnv* env, jclass clazz, jobject jweb_contents, jstring jlink_url) {
|
| +void Launch(JNIEnv* env,
|
| + const JavaParamRef<jclass>& clazz,
|
| + const JavaParamRef<jobject>& jweb_contents,
|
| + const JavaParamRef<jstring>& jlink_url) {
|
| DataReductionProxyInfoBar::Launch(env, clazz, jweb_contents, jlink_url);
|
| }
|
|
|