| 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 24d52196b8d76370dfda07ab67789771f4881331..eae7eefd1303823e1cc9f4ea8884d98a1ec7ba34 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
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_common_test.h"
|
| -#include "chrome/browser/autofill/autofill_profile.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/autofill_helper.h"
|
| #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 "chrome/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/browser/autofill_common_test.h"
|
| +#include "components/autofill/browser/autofill_profile.h"
|
|
|
| using autofill_helper::AllProfilesMatch;
|
| using autofill_helper::GetAllKeys;
|
|
|