Index: crypto/symmetric_key_openssl.cc |
=================================================================== |
--- crypto/symmetric_key_openssl.cc (revision 79901) |
+++ crypto/symmetric_key_openssl.cc (working copy) |
@@ -14,7 +14,7 @@ |
#include "base/openssl_util.h" |
#include "base/string_util.h" |
-namespace base { |
+namespace crypto { |
SymmetricKey::~SymmetricKey() { |
std::fill(key_.begin(), key_.end(), '\0'); // Zero out the confidential key. |
@@ -73,4 +73,4 @@ |
return true; |
} |
-} // namespace base |
+} // namespace crypto |