| Index: content/browser/ssl/ssl_client_auth_handler.h
|
| diff --git a/content/browser/ssl/ssl_client_auth_handler.h b/content/browser/ssl/ssl_client_auth_handler.h
|
| index ac0c5a12d735dbc4876e85dd42a7163636afc649..470da0125d20200001e3e2799172bbac673c7f0f 100644
|
| --- a/content/browser/ssl/ssl_client_auth_handler.h
|
| +++ b/content/browser/ssl/ssl_client_auth_handler.h
|
| @@ -99,7 +99,7 @@ class CONTENT_EXPORT SSLClientAuthObserver
|
| // content::NotificationObserver implementation:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Begins observing notifications from other SSLClientAuthHandler instances.
|
| // If another instance chooses a cert for a matching SSLCertRequestInfo, we
|
|
|