| 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 1e57c1fa1ec55c6fea15c01c37c4325f3c521d55..0a026ce46eb483bf136510f46dd6a8ce7aecc207 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 "chrome/browser/webdata/autofill_entry.h"
|
| -#include "chrome/browser/webdata/autofill_table.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/webdata/autofill/autofill_entry.h"
|
| +#include "components/webdata/autofill/autofill_table.h"
|
|
|
| using autofill_helper::AddKeys;
|
| using autofill_helper::AddProfile;
|
|
|