| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index f3b908f8d63712f96ce96a48d3077d58a3b64f57..1d0210d2ceee83ca539567600b963beb61f4fd3a 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -63,8 +63,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| public protocol::ConnectionToClient::EventHandler,
|
| public JingleClient::Callback {
|
| public:
|
| - ChromotingHost(ChromotingHostContext* context, MutableHostConfig* config,
|
| - Capturer* capturer, protocol::InputStub* input_stub);
|
| + ChromotingHost(ChromotingHostContext* context, MutableHostConfig* config);
|
| virtual ~ChromotingHost();
|
|
|
| // Asynchronously start the host process.
|
|
|