| 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 0a026ce46eb483bf136510f46dd6a8ce7aecc207..ec738da367edeefae1ecf7b0961da80e9b87bca5 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
|
| @@ -10,8 +10,8 @@
|
| #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"
|
| +#include "components/autofill/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/browser/webdata/autofill_table.h"
|
|
|
| using autofill_helper::AddKeys;
|
| using autofill_helper::AddProfile;
|
|
|