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

Unified Diff: components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.java

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)
Patch Set: add owners Created 4 years, 1 month 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: components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.java
diff --git a/ui/android/java/src/org/chromium/ui/ColorSuggestion.java b/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.java
similarity index 91%
rename from ui/android/java/src/org/chromium/ui/ColorSuggestion.java
rename to components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.java
index 4e964a767d247c4fe7973be01bab42ea098cfbbb..c1ac7145165576ba0367daab7c201caf111ad40a 100644
--- a/ui/android/java/src/org/chromium/ui/ColorSuggestion.java
+++ b/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.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.ui;
+package org.chromium.components.web_contents_delegate_android;
/**
* Color suggestion container used to store information for each color button that will be shown in

Powered by Google App Engine
This is Rietveld 408576698