| Index: chrome/browser/prefs/pref_member.h
|
| diff --git a/chrome/browser/prefs/pref_member.h b/chrome/browser/prefs/pref_member.h
|
| index bb3434f89afef5107837c848f6d8061d61ecd256..38c785a42c6396e5c8537bafdc34b0edc0d4918d 100644
|
| --- a/chrome/browser/prefs/pref_member.h
|
| +++ b/chrome/browser/prefs/pref_member.h
|
| @@ -94,7 +94,7 @@ class PrefMemberBase : public content::NotificationObserver {
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| void VerifyValuePrefName() const {
|
| DCHECK(!pref_name_.empty());
|
|
|