| Index: chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| index 412ffa9fd1e8683b53a06eb25026224d54c77a61..49ea529e98fa813e685e619ed4191b71ff99a6ac 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| @@ -7,11 +7,11 @@
|
| #include "chrome/browser/sync/test/integration/autofill_helper.h"
|
| #include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| -#include "components/autofill/browser/autofill_profile.h"
|
| -#include "components/autofill/browser/credit_card.h"
|
| -#include "components/autofill/browser/personal_data_manager.h"
|
| -#include "components/autofill/browser/webdata/autofill_entry.h"
|
| -#include "components/autofill/browser/webdata/autofill_table.h"
|
| +#include "components/autofill/core/browser/autofill_profile.h"
|
| +#include "components/autofill/core/browser/credit_card.h"
|
| +#include "components/autofill/core/browser/personal_data_manager.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_table.h"
|
|
|
| using autofill::AutofillKey;
|
| using autofill::AutofillTable;
|
|
|