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 22ec759c37c1a8b514a22e7c9aaf053e4b97c626..bc7f2be34af78095756862d17fd2d10d2d8c871d 100644 |
--- a/remoting/client/plugin/pepper_input_handler.h |
+++ b/remoting/client/plugin/pepper_input_handler.h |
@@ -24,7 +24,7 @@ class PepperInputHandler : public InputHandler { |
PepperViewProxy* view); |
virtual ~PepperInputHandler(); |
- virtual void Initialize(); |
+ virtual void Initialize() OVERRIDE; |
void HandleKeyEvent(bool keydown, const pp::KeyboardInputEvent& event); |
void HandleCharacterEvent(const pp::KeyboardInputEvent& event); |