| Index: chrome/browser/android/favicon_helper.cc
|
| diff --git a/chrome/browser/android/favicon_helper.cc b/chrome/browser/android/favicon_helper.cc
|
| index 17a46606003ccb08b53033271f9f9951063fb1e5..2413dde87f6e1904ee65b410c5915ee23d87416c 100644
|
| --- a/chrome/browser/android/favicon_helper.cc
|
| +++ b/chrome/browser/android/favicon_helper.cc
|
| @@ -58,8 +58,8 @@ void OnLocalFaviconAvailable(
|
|
|
| } // namespace
|
|
|
| -static jint Init(JNIEnv* env, jclass clazz) {
|
| - return reinterpret_cast<jint>(new FaviconHelper());
|
| +static jlong Init(JNIEnv* env, jclass clazz) {
|
| + return reinterpret_cast<intptr_t>(new FaviconHelper());
|
| }
|
|
|
| FaviconHelper::FaviconHelper() {
|
|
|