| Index: chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc
 | 
| diff --git a/chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc b/chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc
 | 
| index 1c1df8e6ee2214a8122f325ed5011b93d4823607..ed9971c429aa752b8929d52f7e7be10c92967d25 100644
 | 
| --- a/chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc
 | 
| +++ b/chrome/browser/dom_distiller/dom_distiller_service_factory_android.cc
 | 
| @@ -32,9 +32,10 @@ bool DomDistillerServiceFactoryAndroid::Register(JNIEnv* env) {
 | 
|    return RegisterNativesImpl(env);
 | 
|  }
 | 
|  
 | 
| -ScopedJavaLocalRef<jobject> GetForProfile(JNIEnv* env,
 | 
| -                                          jclass clazz,
 | 
| -                                          jobject j_profile) {
 | 
| +ScopedJavaLocalRef<jobject> GetForProfile(
 | 
| +    JNIEnv* env,
 | 
| +    const JavaParamRef<jclass>& clazz,
 | 
| +    const JavaParamRef<jobject>& j_profile) {
 | 
|    return DomDistillerServiceFactoryAndroid::GetForProfile(env, clazz,
 | 
|                                                            j_profile);
 | 
|  }
 | 
| 
 |