Index: chrome/browser/sync/profile_sync_test_util.cc |
diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc |
index 5f6ce7eb90fa7228ea21c4a26bb0af8aa6b2c818..aee56f3b867565a35842a8d184dcad3cf70b0991 100644 |
--- a/chrome/browser/sync/profile_sync_test_util.cc |
+++ b/chrome/browser/sync/profile_sync_test_util.cc |
@@ -17,9 +17,9 @@ |
#include "components/browser_sync/browser/profile_sync_service.h" |
#include "components/browser_sync/browser/profile_sync_test_util.h" |
#include "components/signin/core/browser/signin_manager.h" |
-#include "components/sync_driver/signin_manager_wrapper.h" |
-#include "components/sync_driver/startup_controller.h" |
-#include "components/sync_driver/sync_api_component_factory_mock.h" |
+#include "components/sync/driver/signin_manager_wrapper.h" |
+#include "components/sync/driver/startup_controller.h" |
+#include "components/sync/driver/sync_api_component_factory_mock.h" |
ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest( |
Profile* profile) { |