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

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

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove buttonColor from chrome/android/. 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/recent_tabs_sync_promo.xml
diff --git a/chrome/android/java/res/layout/recent_tabs_sync_promo.xml b/chrome/android/java/res/layout/recent_tabs_sync_promo.xml
index a7325168079e4a14f0fcb0a2190791c73a220a1b..8c226e5ea7679b0a934905651840ba98689edefc 100644
--- a/chrome/android/java/res/layout/recent_tabs_sync_promo.xml
+++ b/chrome/android/java/res/layout/recent_tabs_sync_promo.xml
@@ -18,7 +18,7 @@
android:layout_height="wrap_content"
android:textSize="14sp" />
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/enable_sync_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

Powered by Google App Engine
This is Rietveld 408576698