Index: components/autofill/browser/form_structure.cc |
diff --git a/components/autofill/browser/form_structure.cc b/components/autofill/browser/form_structure.cc |
index 41647aec664c121cc8607ba5ea0fb1d24fe92151..de07af6ab8dbd0a7c19ba72a4424cf43beee5124 100644 |
--- a/components/autofill/browser/form_structure.cc |
+++ b/components/autofill/browser/form_structure.cc |
@@ -21,12 +21,12 @@ |
#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/common/autofill_constants.h" |
-#include "components/autofill/common/form_data.h" |
-#include "components/autofill/common/form_data_predictions.h" |
-#include "components/autofill/common/form_field_data.h" |
-#include "components/autofill/common/form_field_data_predictions.h" |
#include "components/autofill/content/browser/autocheckout_page_meta_data.h" |
+#include "components/autofill/shared/autofill_constants.h" |
+#include "components/autofill/shared/form_data.h" |
+#include "components/autofill/shared/form_data_predictions.h" |
+#include "components/autofill/shared/form_field_data.h" |
+#include "components/autofill/shared/form_field_data_predictions.h" |
#include "third_party/libjingle/source/talk/xmllite/xmlelement.h" |
namespace autofill { |