| Index: content/browser/cert_store.h
|
| diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h
|
| index e5a6a67ad224e6fd70d0e7cbbe34f18347860617..4ed32fded3cf85e85289ffa33f6b1d7470ccbdda 100644
|
| --- a/content/browser/cert_store.h
|
| +++ b/content/browser/cert_store.h
|
| @@ -45,7 +45,7 @@ class CONTENT_EXPORT CertStore : public content::NotificationObserver {
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<CertStore>;
|
|
|