Chromium Code Reviews| Index: net/third_party/nss/ssl/sslimpl.h |
| =================================================================== |
| --- net/third_party/nss/ssl/sslimpl.h (revision 243686) |
| +++ net/third_party/nss/ssl/sslimpl.h (working copy) |
| @@ -728,7 +728,7 @@ |
| * cached. Before then, there is no need to lock anything because |
| * the sid isn't being shared by anything. |
| */ |
| - PRRWLock *lock; |
| + NSSRWLock *lock; |
| /* The lock must be held while reading or writing these members |
| * because they change while the sid is cached. |