Chromium Code Reviews| Index: crypto/signature_creator_nss.cc |
| =================================================================== |
| --- crypto/signature_creator_nss.cc (revision 79901) |
| +++ crypto/signature_creator_nss.cc (working copy) |
| @@ -12,7 +12,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/nss_util.h" |
| -namespace base { |
| +namespace crypto { |
| SignatureCreator::~SignatureCreator() { |
| if (sign_context_) { |
| @@ -73,4 +73,4 @@ |
| EnsureNSSInit(); |
| } |
| -} // namespace base |
| +} // namespace crypto |