Chromium Code Reviews| Index: crypto/signature_creator_openssl.cc |
| =================================================================== |
| --- crypto/signature_creator_openssl.cc (revision 79901) |
| +++ crypto/signature_creator_openssl.cc (working copy) |
| @@ -11,7 +11,7 @@ |
| #include "base/openssl_util.h" |
| #include "base/stl_util-inl.h" |
| -namespace base { |
| +namespace crypto { |
| // static |
| SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) { |
| @@ -51,4 +51,4 @@ |
| return true; |
| } |
| -} // namespace base |
| +} // namespace crypto |