diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:05:14 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:05:14 +0000 |
commit | 22b8141e6627e1f5ce26c0d36e47938460c08f09 (patch) | |
tree | d4bd240164f0f10d3a7c0877572ddaf744774ed3 /chrome/browser/cert_store.h | |
parent | b70dac9fe67d8b1d8b997b6861e78687da2a0e49 (diff) | |
download | chromium_src-22b8141e6627e1f5ce26c0d36e47938460c08f09.zip chromium_src-22b8141e6627e1f5ce26c0d36e47938460c08f09.tar.gz chromium_src-22b8141e6627e1f5ce26c0d36e47938460c08f09.tar.bz2 |
Platform cleanup in browser/ and porting of few files.
Review URL: http://codereview.chromium.org/14466
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cert_store.h')
-rw-r--r-- | chrome/browser/cert_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cert_store.h b/chrome/browser/cert_store.h index 742151a..48b53ef 100644 --- a/chrome/browser/cert_store.h +++ b/chrome/browser/cert_store.h @@ -61,7 +61,7 @@ class CertStore : public NotificationObserver { 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; |