Chromium Code Reviews| Index: crypto/mac_security_services_lock.cc |
| =================================================================== |
| --- crypto/mac_security_services_lock.cc (revision 79901) |
| +++ crypto/mac_security_services_lock.cc (working copy) |
| @@ -33,10 +33,10 @@ |
| } // namespace |
| -namespace base { |
| +namespace crypto { |
| base::Lock& GetMacSecurityServicesLock() { |
| return SecurityServicesSingleton::GetInstance()->lock(); |
| } |
| -} // namespace base |
| +} // namespace crypto |