summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/tts_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/tts_android.cc')
-rw-r--r--chrome/browser/speech/tts_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/speech/tts_android.cc b/chrome/browser/speech/tts_android.cc
index 5fbc53b..2ff6eb2 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()));
}