Index: components/autofill/core/browser/android/auxiliary_profiles_android.cc |
diff --git a/components/autofill/browser/android/auxiliary_profiles_android.cc b/components/autofill/core/browser/android/auxiliary_profiles_android.cc |
similarity index 93% |
rename from components/autofill/browser/android/auxiliary_profiles_android.cc |
rename to components/autofill/core/browser/android/auxiliary_profiles_android.cc |
index 2c141f773780cd01fbe395955bfec9e15d1eb201..75565215ac0f2b6c581a7a88509d9351e6e7af94 100644 |
--- a/components/autofill/browser/android/auxiliary_profiles_android.cc |
+++ b/components/autofill/core/browser/android/auxiliary_profiles_android.cc |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// Populates default autofill profile from user's own Android contact. |
-#include "components/autofill/browser/android/auxiliary_profiles_android.h" |
+#include "components/autofill/core/browser/android/auxiliary_profiles_android.h" |
#include <vector> |
@@ -14,9 +14,9 @@ |
#include "base/strings/string16.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/browser/android/auxiliary_profile_loader_android.h" |
-#include "components/autofill/browser/autofill_profile.h" |
-#include "components/autofill/browser/phone_number.h" |
+#include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h" |
+#include "components/autofill/core/browser/autofill_profile.h" |
+#include "components/autofill/core/browser/phone_number.h" |
// Generates the autofill profile by accessing the Android |
// ContactsContract.Profile API through PersonalAutofillPopulator via JNI. |