Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index 3e9b99eac9af3dec6bbdd91084d48882388d43b8..5f428119fbf24d09b51683a0b796e1789c4f7093 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -40,7 +40,7 @@ |
#include "chrome/browser/sync/internal_api/sync_manager.h" |
#include "chrome/browser/sync/js/js_arg_list.h" |
#include "chrome/browser/sync/js/js_event_details.h" |
-#include "chrome/browser/sync/profile_sync_factory.h" |
+#include "chrome/browser/sync/profile_sync_components_factory.h" |
#include "chrome/browser/sync/signin_manager.h" |
#include "chrome/browser/sync/sync_global_error.h" |
#include "chrome/browser/sync/util/cryptographer.h" |
@@ -91,7 +91,7 @@ bool ShouldShowActionOnUI( |
error.action != browser_sync::DISABLE_SYNC_ON_CLIENT); |
} |
-ProfileSyncService::ProfileSyncService(ProfileSyncFactory* factory, |
+ProfileSyncService::ProfileSyncService(ProfileSyncComponentsFactory* factory, |
Profile* profile, |
SigninManager* signin_manager, |
const std::string& cros_user) |