| Index: net/socket/socket_test_util.h
|
| ===================================================================
|
| --- net/socket/socket_test_util.h (revision 126517)
|
| +++ net/socket/socket_test_util.h (working copy)
|
| @@ -596,8 +596,9 @@
|
| virtual void GetSSLCertRequestInfo(
|
| SSLCertRequestInfo* cert_request_info) OVERRIDE;
|
| virtual int ExportKeyingMaterial(const base::StringPiece& label,
|
| + bool has_context,
|
| const base::StringPiece& context,
|
| - unsigned char *out,
|
| + unsigned char* out,
|
| unsigned int outlen) OVERRIDE;
|
| virtual NextProtoStatus GetNextProto(std::string* proto,
|
| std::string* server_protos) OVERRIDE;
|
|
|