| Index: chrome/android/java/res/layout/data_reduction_promo_screen.xml
|
| diff --git a/chrome/android/java/res/layout/data_reduction_promo_screen.xml b/chrome/android/java/res/layout/data_reduction_promo_screen.xml
|
| index a4735d257ce06b93c34cea1f88a52793de6f8833..32d04ccd23f91e805614683b0a330e76aacd8850 100644
|
| --- a/chrome/android/java/res/layout/data_reduction_promo_screen.xml
|
| +++ b/chrome/android/java/res/layout/data_reduction_promo_screen.xml
|
| @@ -94,7 +94,7 @@
|
| android:paddingStart="40dp"
|
| android:paddingEnd="40dp"
|
| android:paddingBottom="24dp" >
|
| - <org.chromium.chrome.browser.widget.ButtonCompat
|
| + <org.chromium.ui.widget.ButtonCompat
|
| android:id="@+id/enable_button_front"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| @@ -102,7 +102,7 @@
|
| android:text="@string/data_reduction_enable_button"
|
| android:textColor="#fff"
|
| chrome:buttonColor="#27b4e7" />
|
| - <org.chromium.chrome.browser.widget.ButtonCompat
|
| + <org.chromium.ui.widget.ButtonCompat
|
| android:id="@+id/no_thanks_button"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
|
|