diff options
Diffstat (limited to 'chrome/common/pref_service.cc')
-rw-r--r-- | chrome/common/pref_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_service.cc b/chrome/common/pref_service.cc index 870e79e..e9daeba 100644 --- a/chrome/common/pref_service.cc +++ b/chrome/common/pref_service.cc @@ -623,7 +623,7 @@ void PrefService::FireObservers(const wchar_t* path) { NotificationObserverList::Iterator it(*(observer_iterator->second)); NotificationObserver* observer; while ((observer = it.GetNext()) != NULL) { - observer->Observe(NOTIFY_PREF_CHANGED, + observer->Observe(NotificationType::PREF_CHANGED, Source<PrefService>(this), Details<std::wstring>(&path_str)); } |