diff --git a/mozilla/directory/xpcom/base/src/nsLDAPServer.h b/mozilla/directory/xpcom/base/src/nsLDAPServer.h index 1aef80157d4..1f44f566332 100644 --- a/mozilla/directory/xpcom/base/src/nsLDAPServer.h +++ b/mozilla/directory/xpcom/base/src/nsLDAPServer.h @@ -38,10 +38,10 @@ #include "nsILDAPServer.h" #include "nsILDAPURL.h" -// 8aa717a4-1dd2-11b2-99c7-f01e2d449ded +// 8bbbaa54-f316-4271-87c3-d52b5b1c1f5b #define NS_LDAPSERVER_CID \ -{ 0x8aa717a4, 0x1dd2, 0x11b2, \ - { 0x99, 0xc7, 0xf0, 0x1e, 0x2d, 0x44, 0x9d, 0xed}} +{ 0x8bbbaa54, 0xf316, 0x4271, \ + { 0x87, 0xc3, 0xd5, 0x2b, 0x5b, 0x1c, 0x1f, 0x5b}} class nsLDAPServer : public nsILDAPServer {