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 e56787231e832efd177c5db4e0d0028f7651b576..fed11bb0564551a8c332f44f6d12e7e4c7054b6d 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -36,16 +36,16 @@ |
#include "chrome/browser/sync/profile_sync_test_util.h" |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/browser/webdata/autocomplete_syncable_service.h" |
-#include "chrome/browser/webdata/autofill_change.h" |
-#include "chrome/browser/webdata/autofill_entry.h" |
#include "chrome/browser/webdata/autofill_profile_syncable_service.h" |
-#include "chrome/browser/webdata/autofill_table.h" |
-#include "chrome/browser/webdata/autofill_web_data_service.h" |
#include "chrome/browser/webdata/web_data_service_factory.h" |
#include "chrome/browser/webdata/web_data_service_test_util.h" |
-#include "chrome/browser/webdata/web_database.h" |
#include "components/autofill/browser/autofill_common_test.h" |
#include "components/autofill/browser/personal_data_manager.h" |
+#include "components/webdata/autofill/autofill_change.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" |
#include "content/public/test/test_browser_thread.h" |
#include "google_apis/gaia/gaia_constants.h" |
#include "sync/internal_api/public/base/model_type.h" |