| 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 3b36cce073542d003af2ecf0af23daa0559efd34..a4db74d7c50fe96217fe44d3d3ed3ff1c0974608 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -79,7 +79,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,
|
| @@ -100,7 +100,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);
|
|
|
| @@ -108,7 +108,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,
|
| int windowOpenDisposition);
|
| @@ -117,7 +117,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);
|
|
|
|
|