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 af5e46c..294e932 100644 --- a/content/browser/cert_store.h +++ b/content/browser/cert_store.h @@ -42,7 +42,7 @@ class CertStore : public NotificationObserver { bool RetrieveCert(int cert_id, scoped_refptr<net::X509Certificate>* cert); // NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |