| Index: chrome/android/java/res/layout/new_tab_page_snippets_header.xml
|
| diff --git a/chrome/android/java/res/layout/new_tab_page_snippets_header.xml b/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
|
| index f13a91d90ecce789b0e0726f7608551b27a9d076..34d7d150721f62ba9ab1673d68e5a8fb822b54fd 100644
|
| --- a/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
|
| +++ b/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
|
| @@ -5,10 +5,9 @@
|
|
|
| <TextView
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:id="@+id/snippets_list_header"
|
| + android:id="@+id/suggestions_section_header"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:text="@string/snippets_header"
|
| android:textColor="@color/snippets_list_header_text_color"
|
| android:textSize="12sp"
|
| android:paddingStart="@dimen/snippets_padding_and_peeking_card_height"
|
|
|