Chromium Code Reviews| Index: crypto/cssm_init.cc |
| =================================================================== |
| --- crypto/cssm_init.cc (revision 79901) |
| +++ crypto/cssm_init.cc (working copy) |
| @@ -155,7 +155,7 @@ |
| } // namespace |
| -namespace base { |
| +namespace crypto { |
| void EnsureCSSMInit() { |
| CSSMInitSingleton::GetInstance(); |
| @@ -201,4 +201,4 @@ |
| } |
| } |
| -} // namespace base |
| +} // namespace crypto |