| Index: chrome/browser/sync/test/integration/autofill_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| index 3ff7bd12264976b9cc779db8f3dbe32652afaf2a..436bdc280672dee4291e53b6129f4bfd8f6fd3d0 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| @@ -10,9 +10,6 @@
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_datatype_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 "chrome/browser/webdata/autofill_web_data_service.h"
|
| #include "chrome/browser/webdata/web_database.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "components/autofill/browser/autofill_common_test.h"
|
| @@ -21,6 +18,9 @@
|
| #include "components/autofill/browser/personal_data_manager.h"
|
| #include "components/autofill/browser/personal_data_manager_observer.h"
|
| #include "components/autofill/common/form_field_data.h"
|
| +#include "components/webdata/autofill/autofill_entry.h"
|
| +#include "components/webdata/autofill/autofill_table.h"
|
| +#include "components/webdata/autofill/autofill_webdata_service.h"
|
|
|
| using base::WaitableEvent;
|
| using content::BrowserThread;
|
|
|