| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 562d2a94ee4261ea04e66348f599ad8b67af39cf..8025b9321feb685c5952e546b1e3aa3876f14c17 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -205,7 +205,7 @@ void ShortcutHelper::AddShortcutInBackground(
|
| // its otherwise inaccessible WebContents.
|
| static void AddShortcut(JNIEnv* env,
|
| jclass clazz,
|
| - jint tab_android_ptr,
|
| + jlong tab_android_ptr,
|
| jstring title,
|
| jint launcher_large_icon_size) {
|
| TabAndroid* tab = reinterpret_cast<TabAndroid*>(tab_android_ptr);
|
|
|