Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: chrome/android/java/res/layout/contextual_search_opt_out_promo.xml

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/contextual_search_opt_out_promo.xml
diff --git a/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml b/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml
index 121d89211a3ee92a2ee788710d1a11133d1a4aa9..3d8c17d35e6a891bf3a6315b0b04be0d340f72ab 100644
--- a/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml
+++ b/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml
@@ -27,7 +27,7 @@
android:bufferType="spannable"
android:textSize="16sp" />
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/contextual_search_got_it_button"
android:layout_below="@id/contextual_search_opt_out_text"
android:layout_alignParentEnd="true"

Powered by Google App Engine
This is Rietveld 408576698