| Index: chrome/android/java/res/layout/infobar_text.xml
|
| diff --git a/chrome/android/java/res/layout/infobar_text.xml b/chrome/android/java/res/layout/infobar_text.xml
|
| index d56dd76ee4eb648f7ae01c78a06dafd2b12e1fdb..cfdb0d996d5d71cacec542e807c89a05d1a16cbb 100644
|
| --- a/chrome/android/java/res/layout/infobar_text.xml
|
| +++ b/chrome/android/java/res/layout/infobar_text.xml
|
| @@ -5,7 +5,8 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
| +<org.chromium.ui.widget.TextViewWithClickableSpans
|
| + xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:id="@+id/infobar_message"
|
| android:layout_marginTop="@dimen/infobar_margin"
|
| android:layout_marginBottom="@dimen/infobar_margin"
|
|
|