bug 1039642 - follow-up to fix non-unified build bustage (missing include and namespace) r=bustage a=metered

This commit is contained in:
David Keeler 2014-11-06 14:23:21 -08:00
parent 6381474dbc
commit fc748d0372

View File

@ -9,9 +9,10 @@
#include "nsNSSComponent.h"
#include "nsNativeCharsetUtils.h"
#include "nsServiceManagerUtils.h"
#include "pkix/ScopedPtr.h"
#include "secmod.h"
typedef ScopedPtr<SECMODModule, SECMOD_DestroyModule> ScopedSECMODModule;
typedef mozilla::pkix::ScopedPtr<SECMODModule, SECMOD_DestroyModule> ScopedSECMODModule;
// QueryInterface implementation for nsPkcs11
NS_INTERFACE_MAP_BEGIN(nsPkcs11)