| 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..204ffd951b5286a9472c67e855a11cb652955b90 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/core/common/autofill_messages.h"
|
| +#include "components/autofill/core/common/form_data.h"
|
| +#include "components/autofill/core/common/form_field_data.h"
|
| +#include "components/autofill/core/common/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"
|
|
|