Index: chrome/browser/prefs/pref_notifier.h |
diff --git a/chrome/browser/prefs/pref_notifier.h b/chrome/browser/prefs/pref_notifier.h |
index d98131039c1fa775e71915cf9406a37c89e527b9..98dc1e3999088e8675d14c6a7557d3518cdf7e7c 100644 |
--- a/chrome/browser/prefs/pref_notifier.h |
+++ b/chrome/browser/prefs/pref_notifier.h |
@@ -71,7 +71,7 @@ class PrefNotifier : public NonThreadSafe, |
virtual void FireObservers(const char* path); |
// If the pref at the given path changes, we call the observer's Observe |
- // method with NOTIFY_PREF_CHANGED. |
+ // method with PREF_CHANGED. |
void AddPrefObserver(const char* path, NotificationObserver* obs); |
void RemovePrefObserver(const char* path, NotificationObserver* obs); |