| Index: chrome/browser/speech/tts_android.cc
|
| diff --git a/chrome/browser/speech/tts_android.cc b/chrome/browser/speech/tts_android.cc
|
| index 5fbc53b8d716c506555bd9074dd5cdb86367ff8c..2ff6eb26b1b2349323c9614ccbdf5dc60cc27e97 100644
|
| --- a/chrome/browser/speech/tts_android.cc
|
| +++ b/chrome/browser/speech/tts_android.cc
|
| @@ -24,7 +24,7 @@ TtsPlatformImplAndroid::TtsPlatformImplAndroid()
|
| JNIEnv* env = AttachCurrentThread();
|
| java_ref_.Reset(
|
| Java_TtsPlatformImpl_create(env,
|
| - reinterpret_cast<jint>(this),
|
| + reinterpret_cast<intptr_t>(this),
|
| base::android::GetApplicationContext()));
|
| }
|
|
|
|
|