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 944e8fa0eb2370a48885226dd279185096eff85a..bc9bf3e2739ff75ec6957e4f36c487ccd190ee36 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.cc |
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc |
@@ -11,14 +11,14 @@ |
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "chrome/common/chrome_notification_types.h" |
-#include "components/autofill/browser/autofill_common_test.h" |
-#include "components/autofill/browser/autofill_profile.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/personal_data_manager.h" |
-#include "components/autofill/browser/personal_data_manager_observer.h" |
-#include "components/autofill/browser/webdata/autofill_entry.h" |
-#include "components/autofill/browser/webdata/autofill_table.h" |
-#include "components/autofill/browser/webdata/autofill_webdata_service.h" |
+#include "components/autofill/core/browser/autofill_common_test.h" |
+#include "components/autofill/core/browser/autofill_profile.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/personal_data_manager.h" |
+#include "components/autofill/core/browser/personal_data_manager_observer.h" |
+#include "components/autofill/core/browser/webdata/autofill_entry.h" |
+#include "components/autofill/core/browser/webdata/autofill_table.h" |
+#include "components/autofill/core/browser/webdata/autofill_webdata_service.h" |
#include "components/autofill/core/common/form_field_data.h" |
#include "components/webdata/common/web_database.h" |