| Index: remoting/client/plugin/pepper_input_handler.h
|
| diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h
|
| index 9c9423e43b8a191647d48c30f4fce8abcbdfaa9f..6674e3f8abab6a8534938a3965dd32524b174896 100644
|
| --- a/remoting/client/plugin/pepper_input_handler.h
|
| +++ b/remoting/client/plugin/pepper_input_handler.h
|
| @@ -20,7 +20,7 @@ class InputStub;
|
|
|
| class PepperInputHandler {
|
| public:
|
| - PepperInputHandler(protocol::InputStub* input_stub);
|
| + explicit PepperInputHandler(protocol::InputStub* input_stub);
|
| virtual ~PepperInputHandler();
|
|
|
| bool HandleInputEvent(const pp::InputEvent& event);
|
|
|