| Index: remoting/host/setup/host_starter.h
 | 
| diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
 | 
| index 9d83e4cda16b9433287bcf9cdbaf97428a43b784..e743a75f9c30c272dc26d4f23f9a0a35bffe3784 100644
 | 
| --- a/remoting/host/setup/host_starter.h
 | 
| +++ b/remoting/host/setup/host_starter.h
 | 
| @@ -9,7 +9,7 @@
 | 
|  
 | 
|  #include "base/callback.h"
 | 
|  #include "google_apis/gaia/gaia_oauth_client.h"
 | 
| -#include "remoting/host/host_key_pair.h"
 | 
| +#include "remoting/base/rsa_key_pair.h"
 | 
|  #include "remoting/host/service_client.h"
 | 
|  #include "remoting/host/setup/daemon_controller.h"
 | 
|  #include "remoting/host/url_request_context.h"
 | 
| @@ -85,7 +85,7 @@ class HostStarter : public gaia::GaiaOAuthClient::Delegate,
 | 
|    std::string refresh_token_;
 | 
|    std::string access_token_;
 | 
|    std::string user_email_;
 | 
| -  remoting::HostKeyPair key_pair_;
 | 
| +  scoped_refptr<remoting::RsaKeyPair> key_pair_;
 | 
|    std::string host_id_;
 | 
|  
 | 
|    base::WeakPtrFactory<HostStarter> weak_ptr_factory_;
 | 
| 
 |