| 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 9ec04755282bec688d39598f7978e2c62f0e9478..cacfd9dbade9f29b3ba018fbcb8bbf34364d8e8a 100644
|
| --- a/remoting/client/plugin/pepper_input_handler.h
|
| +++ b/remoting/client/plugin/pepper_input_handler.h
|
| @@ -64,7 +64,7 @@ class PepperInputHandler : public pp::MouseLock {
|
| };
|
|
|
| // pp::MouseLock interface.
|
| - virtual void MouseLockLost() OVERRIDE;
|
| + virtual void MouseLockLost() override;
|
|
|
| // Requests the browser to lock the mouse and hides the cursor.
|
| void RequestMouseLock();
|
|
|