Chromium Code Reviews| Index: net/socket/socket_test_util.cc |
| =================================================================== |
| --- net/socket/socket_test_util.cc (revision 126517) |
| +++ net/socket/socket_test_util.cc (working copy) |
| @@ -688,8 +688,9 @@ |
| } |
| int MockClientSocket::ExportKeyingMaterial(const base::StringPiece& label, |
| + bool has_context, |
| const base::StringPiece& context, |
| - unsigned char *out, |
| + unsigned char* out, |
| unsigned int outlen) { |
| memset(out, 'A', outlen); |
| return OK; |