| Index: remoting/client/client_context.h
|
| diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h
|
| index 19c36f3c3564d7654d9561e81100a237b244a721..aad7b7c6d977892347f6eeae3a5e5a059cd562a8 100644
|
| --- a/remoting/client/client_context.h
|
| +++ b/remoting/client/client_context.h
|
| @@ -21,7 +21,7 @@ class ClientContext {
|
| public:
|
| // |main_task_runner| is the task runner for the main plugin thread
|
| // that is used for all PPAPI calls, e.g. network and graphics.
|
| - ClientContext(base::SingleThreadTaskRunner* main_task_runner);
|
| + explicit ClientContext(base::SingleThreadTaskRunner* main_task_runner);
|
| virtual ~ClientContext();
|
|
|
| void Start();
|
|
|