Index: components/autofill/core/browser/android/auxiliary_profiles_android.h |
diff --git a/components/autofill/browser/android/auxiliary_profiles_android.h b/components/autofill/core/browser/android/auxiliary_profiles_android.h |
similarity index 82% |
rename from components/autofill/browser/android/auxiliary_profiles_android.h |
rename to components/autofill/core/browser/android/auxiliary_profiles_android.h |
index 559b428d86f0a802c4f11dcf6198f664d250cae8..5f81fd1f6dfb35ea707e945f75d097c3e3fabdc9 100644 |
--- a/components/autofill/browser/android/auxiliary_profiles_android.h |
+++ b/components/autofill/core/browser/android/auxiliary_profiles_android.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |
#include <jni.h> |
#include <vector> |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/android/auxiliary_profile_loader_android.h" |
+#include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h" |
namespace autofill { |
@@ -51,4 +51,4 @@ class AuxiliaryProfilesAndroid { |
} // namespace |
-#endif // COMPONENTS_AUTOFILL_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_ANDROID_AUXILIARY_PROFILES_ANDROID_H_ |