| Index: chrome/browser/profiles/profile_android.cc
|
| diff --git a/chrome/browser/profiles/profile_android.cc b/chrome/browser/profiles/profile_android.cc
|
| index 5f0eda17a852f435ad90974b06ae7d788196cbfe..0496675c2e0219ca1465a71a5121f4425a370b82 100644
|
| --- a/chrome/browser/profiles/profile_android.cc
|
| +++ b/chrome/browser/profiles/profile_android.cc
|
| @@ -72,7 +72,7 @@ ProfileAndroid::ProfileAndroid(Profile* profile)
|
| : profile_(profile) {
|
| JNIEnv* env = AttachCurrentThread();
|
| base::android::ScopedJavaLocalRef<jobject> jprofile =
|
| - Java_Profile_create(env, reinterpret_cast<int>(this));
|
| + Java_Profile_create(env, reinterpret_cast<intptr_t>(this));
|
| obj_.Reset(env, jprofile.obj());
|
|
|
| }
|
|
|