| Index: remoting/host/fake_host_extension.h
|
| diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
|
| index 6dc7a3fc4d1be5d3a0547ff491936b7c1c8358bf..641c440038346796d4f59000121119e53dd26934 100644
|
| --- a/remoting/host/fake_host_extension.h
|
| +++ b/remoting/host/fake_host_extension.h
|
| @@ -13,6 +13,7 @@
|
| namespace remoting {
|
|
|
| class ClientSessionControl;
|
| +class ClientSessionDetails;
|
| class HostExtensionSession;
|
|
|
| namespace protocol {
|
| @@ -31,6 +32,7 @@ class FakeExtension : public HostExtension {
|
| std::string capability() const override;
|
| std::unique_ptr<HostExtensionSession> CreateExtensionSession(
|
| ClientSessionControl* client_session_control,
|
| + ClientSessionDetails* client_session_details,
|
| protocol::ClientStub* client_stub) override;
|
|
|
| // Accessors for testing.
|
|
|