| Index: chrome/browser/notifications/notification_prefs_manager.cc
|
| diff --git a/chrome/browser/notifications/notification_prefs_manager.cc b/chrome/browser/notifications/notification_prefs_manager.cc
|
| index 58c005e083bd86bf41b30095599e845e3956c59a..01928aac1617c7f82e8b05697aae94fc076216c7 100644
|
| --- a/chrome/browser/notifications/notification_prefs_manager.cc
|
| +++ b/chrome/browser/notifications/notification_prefs_manager.cc
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/common/pref_names.h"
|
|
|
| // static
|
| -void NotificationPrefsManager::RegisterPrefs(PrefService* prefs) {
|
| +void NotificationPrefsManager::RegisterPrefs(PrefServiceSimple* prefs) {
|
| prefs->RegisterIntegerPref(prefs::kDesktopNotificationPosition,
|
| BalloonCollection::DEFAULT_POSITION);
|
| #if defined(OS_CHROMEOS)
|
|
|