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

Unified Diff: components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java

Issue 110963003: Fixing all Java import ordering issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ReBaSe Created 7 years 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/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
diff --git a/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java b/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
index b00ed61df298eb2a543c98a3390a931fa6f76f67..e83b867b2fee4a63b6459f92fe82d208c9efec07 100644
--- a/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
+++ b/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
@@ -6,31 +6,16 @@
package org.chromium.components.browser.autofill;
-import android.app.Activity;
-import android.content.ContentProviderOperation;
import android.content.ContentResolver;
import android.content.Context;
-import android.content.OperationApplicationException;
import android.content.pm.PackageManager;
import android.database.Cursor;
-import android.database.DatabaseUtils;
import android.net.Uri;
-import android.os.Bundle;
-import android.os.RemoteException;
-import android.provider.ContactsContract.CommonDataKinds.Phone;
-import android.provider.ContactsContract.Profile;
import android.provider.ContactsContract;
-import android.util.Log;
-import android.view.View.OnClickListener;
-import android.view.View;
-import android.widget.Button;
-import android.widget.Toast;
import org.chromium.base.CalledByNative;
import org.chromium.base.JNINamespace;
-import java.util.ArrayList;
-
/**
* Loads user profile information stored under the "Me" contact.
* Requires permissions: READ_CONTACTS and READ_PROFILE.

Powered by Google App Engine
This is Rietveld 408576698