Chromium Code Reviews| Index: base/hmac_nss.cc |
| =================================================================== |
| --- base/hmac_nss.cc (revision 2670) |
| +++ base/hmac_nss.cc (working copy) |
| @@ -66,7 +66,6 @@ |
| } |
| HMAC::~HMAC() { |
|
Dean McNamee
2008/09/30 20:47:26
One line?
|
| - delete plat_; |
| } |
| bool HMAC::Sign(const std::string& data, |