| Index: chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.h b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| index 2e3f051ef395de82fe0958c7cb0957d901e85aad..f7af98861c15cd330c7977e6a661c26406d43a15 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -76,7 +76,7 @@ class NTPSnippetsBridge
|
| const base::android::JavaParamRef<jstring>& jurl,
|
| jint global_position,
|
| jint j_category_id,
|
| - jint category_position,
|
| + jint position_in_category,
|
| const base::android::JavaParamRef<jstring>& id_within_category);
|
|
|
| void DismissCategory(JNIEnv* env,
|
| @@ -97,7 +97,7 @@ class NTPSnippetsBridge
|
| const base::android::JavaParamRef<jobject>& obj,
|
| jint global_position,
|
| jint j_category_id,
|
| - jint category_position,
|
| + jint position_in_category,
|
| jlong publish_timestamp_ms,
|
| jfloat score);
|
|
|
| @@ -106,7 +106,7 @@ class NTPSnippetsBridge
|
| jint global_position,
|
| jint j_category_id,
|
| jint category_index,
|
| - jint category_position,
|
| + jint position_in_category,
|
| jlong publish_timestamp_ms,
|
| jfloat score,
|
| int windowOpenDisposition);
|
| @@ -115,7 +115,7 @@ class NTPSnippetsBridge
|
| const base::android::JavaParamRef<jobject>& obj,
|
| jint global_position,
|
| jint j_category_id,
|
| - jint category_position,
|
| + jint position_in_category,
|
| jlong publish_timestamp_ms,
|
| jfloat score);
|
|
|
|
|