Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: remoting/host/setup/host_starter.h

Issue 12316083: Move HostKeyPair into protocol::KeyPair. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/setup/host_starter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/setup/host_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698