Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index fd5a0291f25cd70cc89334c5192bbc6d6522b462..0487c01bb977d2ef61b9db46c3c47015e2ee5527 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -50,6 +50,7 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
#include "components/startup_metric_utils/startup_metric_utils.h" |
+#include "components/sync_driver/pref_names.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/host_zoom_map.h" |
#include "content/public/browser/notification_service.h" |
@@ -408,7 +409,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) { |
prefs::kReverseAutologinRejectedEmailList, pref_service); |
one_click_signin_rejected_email_list_.MoveToThread(io_message_loop_proxy); |
- sync_disabled_.Init(prefs::kSyncManaged, pref_service); |
+ sync_disabled_.Init(sync_driver::prefs::kSyncManaged, pref_service); |
sync_disabled_.MoveToThread(io_message_loop_proxy); |
signin_allowed_.Init(prefs::kSigninAllowed, pref_service); |