Index: chrome/browser/notifications/desktop_notification_service.h |
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h |
index a540a6793eb8bf8c7cb355884a51d79d89676f03..965ab8dee94af0efc8f0672a7189c223a33732b6 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.h |
+++ b/chrome/browser/notifications/desktop_notification_service.h |
@@ -26,7 +26,7 @@ class ContentSettingsPattern; |
class Notification; |
class NotificationDelegate; |
class NotificationUIManager; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
namespace content { |
@@ -49,7 +49,7 @@ class DesktopNotificationService : public content::NotificationObserver, |
}; |
// Register profile-specific prefs of notifications. |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* prefs); |
DesktopNotificationService(Profile* profile, |
NotificationUIManager* ui_manager); |