Index: chrome/browser/chromeos/status/data_promo_notification.h |
diff --git a/chrome/browser/chromeos/status/data_promo_notification.h b/chrome/browser/chromeos/status/data_promo_notification.h |
index 0fe3600e6ad30d79da99c47cdd5978c9ab73b29b..e1a03a30eb861a2b5bc37891d6c1e6f88236a5b1 100644 |
--- a/chrome/browser/chromeos/status/data_promo_notification.h |
+++ b/chrome/browser/chromeos/status/data_promo_notification.h |
@@ -8,7 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/weak_ptr.h" |
-class PrefService; |
+class PrefServiceSimple; |
namespace ash { |
class NetworkTrayDelegate; |
@@ -26,7 +26,7 @@ class DataPromoNotification { |
DataPromoNotification(); |
virtual ~DataPromoNotification(); |
- static void RegisterPrefs(PrefService* local_state); |
+ static void RegisterPrefs(PrefServiceSimple* local_state); |
const std::string& deal_info_url() const { return deal_info_url_; } |
const std::string& deal_topup_url() const { return deal_topup_url_; } |