diff options
Diffstat (limited to 'security/manager/ssl/nsSiteSecurityService.h')
-rw-r--r-- | security/manager/ssl/nsSiteSecurityService.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/manager/ssl/nsSiteSecurityService.h b/security/manager/ssl/nsSiteSecurityService.h index 4d445915f..b7e66503b 100644 --- a/security/manager/ssl/nsSiteSecurityService.h +++ b/security/manager/ssl/nsSiteSecurityService.h @@ -17,10 +17,10 @@ class nsIURI; class nsISSLStatus; -// {16955eee-6c48-4152-9309-c42a465138a1} +// 91ea3803-9c79-45d9-97bf-88bc80269236 #define NS_SITE_SECURITY_SERVICE_CID \ - {0x16955eee, 0x6c48, 0x4152, \ - {0x93, 0x09, 0xc4, 0x2a, 0x46, 0x51, 0x38, 0xa1} } + { 0x91ea3803, 0x9c79, 0x45d9, \ + { 0x97, 0xbf, 0x88, 0xbc, 0x80, 0x26, 0x92, 0x36 } } /** * SecurityPropertyState: A utility enum for representing the different states |