| 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..d32d62eda126deb2755267cbfe0491e1d0df7317 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| @@ -10,10 +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"
|
| #include "components/autofill/browser/autofill_profile.h"
|
| @@ -21,6 +17,10 @@
|
| #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"
|
| +#include "components/webdata/common/web_database.h"
|
|
|
| using base::WaitableEvent;
|
| using content::BrowserThread;
|
|
|