Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index 8fa2fea2a9f6b6cfe5fda5bd63fcea75cf06671b..2f9752c78ea38d0b8b09e87381bfbb9f089069c6 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -38,12 +38,12 @@ |
#include "chrome/browser/webdata/autocomplete_syncable_service.h" |
#include "chrome/browser/webdata/autofill_profile_syncable_service.h" |
#include "chrome/browser/webdata/web_data_service_factory.h" |
-#include "components/autofill/browser/autofill_common_test.h" |
-#include "components/autofill/browser/personal_data_manager.h" |
-#include "components/autofill/browser/webdata/autofill_change.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/personal_data_manager.h" |
+#include "components/autofill/core/browser/webdata/autofill_change.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/webdata/common/web_data_service_test_util.h" |
#include "components/webdata/common/web_database.h" |
#include "content/public/test/test_browser_thread.h" |