summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cert_store.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 18:30:28 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 18:30:28 +0000
commit85e0f1fca446a4b3e416ef076a38110834c06ffd (patch)
treef254ebd83222e21ed959879032c81915306da89a /chrome/browser/cert_store.h
parent64ff794b6d3a16124b33a7e1741d752770d84a70 (diff)
downloadchromium_src-85e0f1fca446a4b3e416ef076a38110834c06ffd.zip
chromium_src-85e0f1fca446a4b3e416ef076a38110834c06ffd.tar.gz
chromium_src-85e0f1fca446a4b3e416ef076a38110834c06ffd.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@7142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cert_store.h')
-rw-r--r--chrome/browser/cert_store.h2
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;