| Index: remoting/protocol/ssl_hmac_channel_authenticator.h
 | 
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
 | 
| index 6f7440ccb4259f788690c3ec1bac3f5ba36ceeb8..320466ce12143ad60445afd95230a24266c58098 100644
 | 
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
 | 
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
 | 
| @@ -18,6 +18,7 @@ class CertVerifier;
 | 
|  class DrainableIOBuffer;
 | 
|  class GrowableIOBuffer;
 | 
|  class SSLSocket;
 | 
| +class TransportSecurityState;
 | 
|  }  // namespace net
 | 
|  
 | 
|  namespace remoting {
 | 
| @@ -89,6 +90,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
 | 
|    // Used in the CLIENT mode only.
 | 
|    std::string remote_cert_;
 | 
|    scoped_ptr<net::CertVerifier> cert_verifier_;
 | 
| +  scoped_ptr<net::TransportSecurityState> transport_security_state_;
 | 
|  
 | 
|    scoped_ptr<net::SSLSocket> socket_;
 | 
|    DoneCallback done_callback_;
 | 
| 
 |