Chromium Code Reviews| Index: crypto/signature_verifier_openssl.cc |
| =================================================================== |
| --- crypto/signature_verifier_openssl.cc (revision 79901) |
| +++ crypto/signature_verifier_openssl.cc (working copy) |
| @@ -14,7 +14,7 @@ |
| #include "base/openssl_util.h" |
| #include "base/stl_util-inl.h" |
| -namespace base { |
| +namespace crypto { |
| struct SignatureVerifier::VerifyContext { |
| ScopedOpenSSL<EVP_PKEY, EVP_PKEY_free> public_key; |
| @@ -91,4 +91,4 @@ |
| signature_.clear(); |
| } |
| -} // namespace base |
| +} // namespace crypto |