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

Unified Diff: remoting/host/chromoting_host.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
« no previous file with comments | « no previous file | remoting/host/heartbeat_sender.h » ('j') | remoting/host/heartbeat_sender.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index bfd4dca4105ab96f925fc02d2bd15f95e99aba08..68852ae4c1182ce4cd1be1d5e123cd4713a70870 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -14,12 +14,12 @@
#include "base/threading/thread.h"
#include "net/base/backoff_entry.h"
#include "remoting/host/client_session.h"
-#include "remoting/host/host_key_pair.h"
#include "remoting/host/host_status_observer.h"
#include "remoting/host/mouse_move_observer.h"
#include "remoting/protocol/authenticator.h"
#include "remoting/protocol/session_manager.h"
#include "remoting/protocol/connection_to_client.h"
+#include "remoting/protocol/key_pair.h"
Wez 2013/02/23 03:43:20 Doesn't look like we need this include here?
rmsousa 2013/02/26 02:38:52 Done.
#include "third_party/skia/include/core/SkSize.h"
namespace base {
« no previous file with comments | « no previous file | remoting/host/heartbeat_sender.h » ('j') | remoting/host/heartbeat_sender.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698