| Index: chrome/browser/android/favicon_helper.h
|
| diff --git a/chrome/browser/android/favicon_helper.h b/chrome/browser/android/favicon_helper.h
|
| index 377eaa58cccf2b39c09d9787924d26101b03e81f..e4afb01148b92139f16cc75e40493751125181b3 100644
|
| --- a/chrome/browser/android/favicon_helper.h
|
| +++ b/chrome/browser/android/favicon_helper.h
|
| @@ -20,7 +20,7 @@ class FaviconHelper {
|
| jobject j_profile,
|
| jstring j_page_url,
|
| jint j_icon_types,
|
| - jint j_desired_size_in_dip,
|
| + jint j_desired_size_in_pixel,
|
| jobject j_favicon_image_callback);
|
| void GetLargestRawFaviconForUrl(JNIEnv* env,
|
| jobject obj,
|
|
|