Index: chrome/browser/web_resource/notification_promo.cc |
diff --git a/chrome/browser/web_resource/notification_promo.cc b/chrome/browser/web_resource/notification_promo.cc |
index 9738efccd6b158a94cf898d3e4b65570f8f0a45f..eb858382037664739a60124d845f21f82c9e0b21 100644 |
--- a/chrome/browser/web_resource/notification_promo.cc |
+++ b/chrome/browser/web_resource/notification_promo.cc |
@@ -16,8 +16,8 @@ |
#include "base/time.h" |
#include "base/values.h" |
#include "chrome/browser/browser_process.h" |
+#include "chrome/browser/prefs/pref_registry_simple.h" |
#include "chrome/browser/prefs/pref_service.h" |
-#include "chrome/browser/prefs/pref_service_simple.h" |
#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/browser/web_resource/promo_resource_service.h" |
#include "chrome/common/chrome_version_info.h" |
@@ -312,8 +312,8 @@ void NotificationPromo::OnNewNotification() { |
} |
// static |
-void NotificationPromo::RegisterPrefs(PrefServiceSimple* local_state) { |
- local_state->RegisterDictionaryPref(kPrefPromoObject); |
+void NotificationPromo::RegisterPrefs(PrefRegistrySimple* registry) { |
+ registry->RegisterDictionaryPref(kPrefPromoObject); |
} |
// static |