| Index: remoting/host/register_support_host_request.h
|
| diff --git a/remoting/host/register_support_host_request.h b/remoting/host/register_support_host_request.h
|
| index 3462bcded40b48363c0e16d6c6fc06096dbcd257..e7aee28d9ef32c2eca51e0e5128caa94ff2cbd54 100644
|
| --- a/remoting/host/register_support_host_request.h
|
| +++ b/remoting/host/register_support_host_request.h
|
| @@ -27,6 +27,7 @@ class TimeDelta;
|
| namespace remoting {
|
|
|
| class IqRequest;
|
| +class IqSender;
|
| class MutableHostConfig;
|
|
|
| // RegisterSupportHostRequest sends support host registeration request
|
| @@ -77,6 +78,7 @@ class RegisterSupportHostRequest : public HostStatusObserver {
|
|
|
| MessageLoop* message_loop_;
|
| RegisterCallback callback_;
|
| + scoped_ptr<IqSender> iq_sender_;
|
| scoped_ptr<IqRequest> request_;
|
| HostKeyPair key_pair_;
|
|
|
|
|