| Index: chrome/browser/chromeos/cros_settings.h
|
| diff --git a/chrome/browser/chromeos/cros_settings.h b/chrome/browser/chromeos/cros_settings.h
|
| index 596b0936c6e859e2a3b25e38fcf35fdf17b22962..226ec08d0e38fde4a3f0509b053abb9f08089813 100644
|
| --- a/chrome/browser/chromeos/cros_settings.h
|
| +++ b/chrome/browser/chromeos/cros_settings.h
|
| @@ -62,7 +62,7 @@ class CrosSettings : public NonThreadSafe {
|
| bool RemoveSettingsProvider(CrosSettingsProvider* provider);
|
|
|
| // If the pref at the given path changes, we call the observer's Observe
|
| - // method with NOTIFY_PREF_CHANGED.
|
| + // method with PREF_CHANGED.
|
| void AddSettingsObserver(const char* path, NotificationObserver* obs);
|
| void RemoveSettingsObserver(const char* path, NotificationObserver* obs);
|
|
|
|
|