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

Unified Diff: components/autofill/core/browser/android/auxiliary_profiles_android.cc

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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/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.

Powered by Google App Engine
This is Rietveld 408576698