Index: components/autofill/core/browser/form_structure.cc |
diff --git a/components/autofill/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc |
similarity index 99% |
rename from components/autofill/browser/form_structure.cc |
rename to components/autofill/core/browser/form_structure.cc |
index a03d260560e1dd4a5fbe0f4fdc92fa54cd14f484..a10cd930e2e38a52cb74f23f487e573c9d1df876 100644 |
--- a/components/autofill/browser/form_structure.cc |
+++ b/components/autofill/core/browser/form_structure.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/autofill/browser/form_structure.h" |
+#include "components/autofill/core/browser/form_structure.h" |
#include <utility> |
@@ -16,12 +16,12 @@ |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time.h" |
-#include "components/autofill/browser/autofill_metrics.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/autofill_xml_parser.h" |
-#include "components/autofill/browser/field_types.h" |
-#include "components/autofill/browser/form_field.h" |
#include "components/autofill/content/browser/autocheckout_page_meta_data.h" |
+#include "components/autofill/core/browser/autofill_metrics.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/autofill_xml_parser.h" |
+#include "components/autofill/core/browser/field_types.h" |
+#include "components/autofill/core/browser/form_field.h" |
#include "components/autofill/core/common/autofill_constants.h" |
#include "components/autofill/core/common/form_data.h" |
#include "components/autofill/core/common/form_data_predictions.h" |