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 9cdd3ea18a68ec9a859f105989d8c2dbe38e2eeb..f8072b802e48c4572b5c58fbf39a9bda0c7306a5 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -20,8 +20,6 @@ |
#include "base/synchronization/waitable_event.h" |
#include "base/time.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/autofill/autofill_common_test.h" |
-#include "chrome/browser/autofill/personal_data_manager.h" |
#include "chrome/browser/autofill/personal_data_manager_factory.h" |
#include "chrome/browser/signin/signin_manager.h" |
#include "chrome/browser/signin/signin_manager_factory.h" |
@@ -46,6 +44,8 @@ |
#include "chrome/browser/webdata/web_data_service_factory.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/personal_data_manager.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/test/test_browser_thread.h" |
#include "google_apis/gaia/gaia_constants.h" |