Chromium Code Reviews| 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 { |