Index: chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h |
diff --git a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h |
index 271d88eae0d4c44af6517e877747853637d1c2ef..fc6c4e89156ceb7cf4e4834ff48f3a5a10584531 100644 |
--- a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h |
+++ b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h |
@@ -47,12 +47,9 @@ |
#include "base/scoped_ptr.h" |
-class FreePRArenaPool { |
- public: |
- inline void operator()(PRArenaPool* x) const { |
- PORT_FreeArena(x, PR_FALSE); |
- } |
-}; |
+inline void FreePRArenaPool(PRArenaPool* x) { |
+ PORT_FreeArena(x, PR_FALSE); |
+} |
typedef scoped_ptr_malloc<PRArenaPool, FreePRArenaPool> ScopedPRArenaPool; |
namespace mozilla_security_manager { |