| Index: chrome/browser/cert_store.h
|
| ===================================================================
|
| --- chrome/browser/cert_store.h (revision 7085)
|
| +++ chrome/browser/cert_store.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| static CertStore* instance_;
|
|
|
| typedef std::multimap<int, int> IDMap;
|
| - typedef std::map<int, scoped_refptr<net::X509Certificate> > CertMap;
|
| + typedef std::map<int, scoped_refptr<net::X509Certificate>> CertMap;
|
| typedef std::map<net::X509Certificate*, int, net::X509Certificate::LessThan>
|
| ReverseCertMap;
|
|
|
|
|