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

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: Add missing files, move TestKeyPair. Created 7 years, 10 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
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..2c38bf1b20b1bf2fea234f1591f07c6b37f281f0 100644
--- a/remoting/host/setup/host_starter.h
+++ b/remoting/host/setup/host_starter.h
@@ -9,10 +9,10 @@
#include "base/callback.h"
#include "google_apis/gaia/gaia_oauth_client.h"
-#include "remoting/host/host_key_pair.h"
#include "remoting/host/service_client.h"
#include "remoting/host/setup/daemon_controller.h"
#include "remoting/host/url_request_context.h"
+#include "remoting/protocol/key_pair.h"
namespace remoting {
@@ -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_;
+ remoting::protocol::KeyPair key_pair_;
std::string host_id_;
base::WeakPtrFactory<HostStarter> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698