| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc | 
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc | 
| index 367b95b98234a8f887e06477f3c4277e912ad496..22e8b3e18e8e282737b6ab87ddb1a24b1ad069b5 100644 | 
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc | 
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc | 
| @@ -21,6 +21,7 @@ | 
| #include "net/socket/ssl_client_socket.h" | 
| #include "net/socket/ssl_server_socket.h" | 
| #include "net/ssl/ssl_config_service.h" | 
| +#include "net/ssl/ssl_server_config.h" | 
| #include "remoting/base/rsa_key_pair.h" | 
| #include "remoting/protocol/auth_util.h" | 
| #include "remoting/protocol/p2p_stream_socket.h" | 
| @@ -215,7 +216,7 @@ void SslHmacChannelAuthenticator::SecureAndAuthenticate( | 
| return; | 
| } | 
|  | 
| -    net::SSLConfig ssl_config; | 
| +    net::SSLServerConfig ssl_config; | 
| ssl_config.require_ecdhe = true; | 
|  | 
| scoped_ptr<net::SSLServerSocket> server_socket = net::CreateSSLServerSocket( | 
|  |