| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index bc35a45555184cf4e5a0aa2c1d610e98e00f7d88..013dc5727bc71776c6cc0b8be4116fedf70c345d 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -50,7 +50,8 @@ class ClientSession : public protocol::HostStub,
|
|
|
| // protocol::HostStub interface.
|
| virtual void BeginSessionRequest(
|
| - const protocol::LocalLoginCredentials* credentials, Task* done);
|
| + const protocol::LocalLoginCredentials* credentials,
|
| + const base::Closure& done);
|
|
|
| // protocol::InputStub interface.
|
| virtual void InjectKeyEvent(const protocol::KeyEvent& event);
|
|
|