| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index ec9a74f5d6e83a53020858058f111d920819a2f0..ebd9668d1c4f45de24c49a8e85c16b4e387f8c7a 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -134,7 +134,7 @@ class NET_EXPORT SpdySessionPool
|
| static void enable_ip_pooling(bool value) { g_enable_ip_pooling = value; }
|
|
|
| // CertDatabase::Observer methods:
|
| - virtual void OnUserCertAdded(const X509Certificate* cert) OVERRIDE;
|
| + virtual void OnCertAdded(const X509Certificate* cert) OVERRIDE;
|
| virtual void OnCertTrustChanged(const X509Certificate* cert) OVERRIDE;
|
|
|
| private:
|
|
|