diff options
Diffstat (limited to 'content/browser/cert_store.h')
-rw-r--r-- | content/browser/cert_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h index e5a6a67..4ed32fd 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>; |