Index: chrome/browser/web_resource/promo_resource_service.cc |
diff --git a/chrome/browser/web_resource/promo_resource_service.cc b/chrome/browser/web_resource/promo_resource_service.cc |
index 2c02f63c4b006eab077b56a379326ded9d7259c1..15108f8e6e7ef852f856522caf41d0827121b3a4 100644 |
--- a/chrome/browser/web_resource/promo_resource_service.cc |
+++ b/chrome/browser/web_resource/promo_resource_service.cc |
@@ -68,7 +68,7 @@ void PromoResourceService::RegisterPrefs(PrefRegistrySimple* registry) { |
} |
// static |
-void PromoResourceService::RegisterUserPrefs( |
+void PromoResourceService::RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) { |
// TODO(dbeam): This is registered only for migration; remove in M28 |
// when all prefs have been cleared. http://crbug.com/168887 |
@@ -76,7 +76,7 @@ void PromoResourceService::RegisterUserPrefs( |
prefs::kNtpPromoResourceCacheUpdate, |
"0", |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
- NotificationPromo::RegisterUserPrefs(registry); |
+ NotificationPromo::RegisterProfilePrefs(registry); |
} |
// static |