| Index: remoting/host/input_injector_chromeos.h
|
| diff --git a/remoting/host/input_injector_chromeos.h b/remoting/host/input_injector_chromeos.h
|
| index 7670591af622667c6b31e59e011d8315aed5ed04..454cf1d99ce71337bd09ecf146fcf81a0d8a172c 100644
|
| --- a/remoting/host/input_injector_chromeos.h
|
| +++ b/remoting/host/input_injector_chromeos.h
|
| @@ -31,8 +31,11 @@ class InputInjectorChromeos : public InputInjector {
|
| void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) override;
|
|
|
| private:
|
| + class Core;
|
| +
|
| // Task runner for input injection.
|
| scoped_refptr<base::SingleThreadTaskRunner> input_task_runner_;
|
| + scoped_ptr<Core> core_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InputInjectorChromeos);
|
| };
|
|
|