| 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 3783950b287d006fed5e18c6dbb0d9ebb8a5735f..1d70b16548f41987de4025a0fb4418bbe73648b4 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -53,7 +53,7 @@ class DesktopNotificationService : public BrowserContextKeyedService,
|
| };
|
|
|
| // Register profile-specific prefs of notifications.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* prefs);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* prefs);
|
|
|
| DesktopNotificationService(Profile* profile,
|
| NotificationUIManager* ui_manager);
|
|
|