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

Unified Diff: ui/android/java/src/org/chromium/ui/widget/ButtonCompat.java

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
« no previous file with comments | « ui/android/java/res/values/attrs.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/widget/ButtonCompat.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/widget/ButtonCompat.java b/ui/android/java/src/org/chromium/ui/widget/ButtonCompat.java
similarity index 97%
rename from chrome/android/java/src/org/chromium/chrome/browser/widget/ButtonCompat.java
rename to ui/android/java/src/org/chromium/ui/widget/ButtonCompat.java
index 1385f1ada197e2bf898f9afd7abc8e4ac3d02365..df5b52d1f3f83b58554035c391e4253c01bb8afa 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/widget/ButtonCompat.java
+++ b/ui/android/java/src/org/chromium/ui/widget/ButtonCompat.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.chrome.browser.widget;
+package org.chromium.ui.widget;
import android.animation.AnimatorInflater;
import android.annotation.TargetApi;
@@ -17,7 +17,7 @@ import android.util.AttributeSet;
import android.view.ContextThemeWrapper;
import android.widget.Button;
-import org.chromium.chrome.R;
+import org.chromium.ui.R;
/**
* A Material-styled button with a customizable background color. On L devices, this is a true
@@ -29,7 +29,7 @@ import org.chromium.chrome.R;
*
* Create a button in XML:
*
- * <org.chromium.chrome.browser.widget.ButtonCompat
+ * <org.chromium.ui.widget.ButtonCompat
* android:layout_width="wrap_content"
* android:layout_height="wrap_content"
* android:text="Click me"
@@ -150,4 +150,4 @@ public class ButtonCompat extends Button {
a.recycle();
return color;
}
-}
+}
« no previous file with comments | « ui/android/java/res/values/attrs.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698