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

Unified Diff: components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java

Issue 2382913004: Move autofill from ui/ to components/ (Closed)
Patch Set: move dimens cleanly Created 4 years, 2 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: components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
diff --git a/ui/android/java/src/org/chromium/ui/autofill/AutofillDelegate.java b/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
similarity index 95%
rename from ui/android/java/src/org/chromium/ui/autofill/AutofillDelegate.java
rename to components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
index d3020b918ad3e85c5eed316f68ad29cba5196947..1c5fab7de5466a3f5a2c2df09c4b483e84624f37 100644
--- a/ui/android/java/src/org/chromium/ui/autofill/AutofillDelegate.java
+++ b/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.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.autofill;
+package org.chromium.components.autofill;
/**
* An interface to handle the touch interaction with an autofill popup or keyboard accessory.

Powered by Google App Engine
This is Rietveld 408576698