Chromium Code Reviews| Index: crypto/encryptor_openssl.cc |
| =================================================================== |
| --- crypto/encryptor_openssl.cc (revision 79901) |
| +++ crypto/encryptor_openssl.cc (working copy) |
| @@ -12,7 +12,7 @@ |
| #include "base/openssl_util.h" |
| #include "base/string_util.h" |
| -namespace base { |
| +namespace crypto { |
| namespace { |
| @@ -124,4 +124,4 @@ |
| return true; |
| } |
| -} // namespace base |
| +} // namespace crypto |