Index: components/autofill/content/browser/autocheckout_manager.cc |
diff --git a/components/autofill/content/browser/autocheckout_manager.cc b/components/autofill/content/browser/autocheckout_manager.cc |
index 5a1eec3fe5e22f7a4086d6206eab1a4775f8047c..434e5fc05c7627a0310985cab5dd97dd4f6d9d08 100644 |
--- a/components/autofill/content/browser/autocheckout_manager.cc |
+++ b/components/autofill/content/browser/autocheckout_manager.cc |
@@ -15,11 +15,11 @@ |
#include "components/autofill/browser/credit_card.h" |
#include "components/autofill/browser/field_types.h" |
#include "components/autofill/browser/form_structure.h" |
-#include "components/autofill/common/autofill_messages.h" |
-#include "components/autofill/common/form_data.h" |
-#include "components/autofill/common/form_field_data.h" |
-#include "components/autofill/common/web_element_descriptor.h" |
#include "components/autofill/content/browser/autocheckout_request_manager.h" |
+#include "components/autofill/shared/autofill_messages.h" |
+#include "components/autofill/shared/form_data.h" |
+#include "components/autofill/shared/form_field_data.h" |
+#include "components/autofill/shared/web_element_descriptor.h" |
#include "content/public/browser/browser_context.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/render_view_host.h" |