| Index: mojo/runner/android/bootstrap.cc
 | 
| diff --git a/mojo/runner/android/bootstrap.cc b/mojo/runner/android/bootstrap.cc
 | 
| index adcf81f42cb56c336b277ef1250333c08478001e..39890c8172d4b93d12a4606e6c5791358a3c5ecc 100644
 | 
| --- a/mojo/runner/android/bootstrap.cc
 | 
| +++ b/mojo/runner/android/bootstrap.cc
 | 
| @@ -13,9 +13,9 @@ namespace mojo {
 | 
|  namespace runner {
 | 
|  
 | 
|  void Bootstrap(JNIEnv* env,
 | 
| -               jobject,
 | 
| -               jobject j_context,
 | 
| -               jstring j_native_library_path,
 | 
| +               const JavaParamRef<jobject>&,
 | 
| +               const JavaParamRef<jobject>& j_context,
 | 
| +               const JavaParamRef<jstring>& j_native_library_path,
 | 
|                 jint j_handle,
 | 
|                 jlong j_run_application_ptr,
 | 
|                 jboolean is_cached_app) {
 | 
| 
 |