| Index: chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| index 5f97f2bf1e471d6a7fcb4f29a2ec97c0568d5e5e..49d79ad70b734423d39980b94f5d89174dec7b1b 100644
|
| --- a/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| @@ -9,9 +9,9 @@
|
| #include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
| #include "chrome/browser/sync/test/integration/performance/sync_timing_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| -#include "components/autofill/browser/autofill_common_test.h"
|
| -#include "components/autofill/browser/autofill_profile.h"
|
| -#include "components/autofill/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/core/browser/autofill_common_test.h"
|
| +#include "components/autofill/core/browser/autofill_profile.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_entry.h"
|
|
|
| using autofill::AutofillFieldType;
|
| using autofill::AutofillKey;
|
|
|