| Index: chrome/android/java/res/layout/history_header.xml
|
| diff --git a/chrome/android/java/res/layout/history_header.xml b/chrome/android/java/res/layout/history_header.xml
|
| index 3b9e28b6889bff3a4233bc6ebbcd7bcd44a30844..7e8ee80302e8517b0295d846aefa5cc13bfb2719 100644
|
| --- a/chrome/android/java/res/layout/history_header.xml
|
| +++ b/chrome/android/java/res/layout/history_header.xml
|
| @@ -8,15 +8,15 @@
|
| android:layout_height="wrap_content"
|
| android:orientation="vertical" >
|
|
|
| - <TextView
|
| + <org.chromium.ui.widget.TextViewWithClickableSpans
|
| android:id="@+id/signed_in_not_synced"
|
| style="@style/PrivacyDisclaimerText" />
|
|
|
| - <TextView
|
| + <org.chromium.ui.widget.TextViewWithClickableSpans
|
| android:id="@+id/signed_in_synced"
|
| style="@style/PrivacyDisclaimerText" />
|
|
|
| - <TextView
|
| + <org.chromium.ui.widget.TextViewWithClickableSpans
|
| android:id="@+id/other_forms_of_browsing_history"
|
| style="@style/PrivacyDisclaimerText" />
|
|
|
|
|