From 22b8141e6627e1f5ce26c0d36e47938460c08f09 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Tue, 16 Dec 2008 20:05:14 +0000 Subject: 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 --- chrome/browser/cert_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/cert_store.h') 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 IDMap; - typedef std::map> CertMap; + typedef std::map > CertMap; typedef std::map ReverseCertMap; -- cgit v1.1