Index: chrome/browser/chromeos/status/data_promo_notification.cc |
diff --git a/chrome/browser/chromeos/status/data_promo_notification.cc b/chrome/browser/chromeos/status/data_promo_notification.cc |
index f57aded55641eacefbaaf4b625ef3e7f4185a4c6..9e55f5823d2044484d098fbef81f0b5ed1f07835 100644 |
--- a/chrome/browser/chromeos/status/data_promo_notification.cc |
+++ b/chrome/browser/chromeos/status/data_promo_notification.cc |
@@ -16,6 +16,7 @@ |
#include "chrome/browser/chromeos/login/helper.h" |
#include "chrome/browser/chromeos/login/user_manager.h" |
#include "chrome/browser/chromeos/mobile_config.h" |
+#include "chrome/browser/prefs/pref_registry_simple.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_manager.h" |
@@ -127,7 +128,7 @@ DataPromoNotification::~DataPromoNotification() { |
CloseNotification(); |
} |
-void DataPromoNotification::RegisterPrefs(PrefServiceSimple* local_state) { |
+void DataPromoNotification::RegisterPrefs(PrefRegistrySimple* local_state) { |
// Carrier deal notification shown count defaults to 0. |
local_state->RegisterIntegerPref(prefs::kCarrierDealPromoShown, 0); |
} |