summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup/host_starter.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/setup/host_starter.h')
-rw-r--r--remoting/host/setup/host_starter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
index 9d83e4c..e743a75 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_;