Index: ppapi/cpp/instance.h |
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h |
index abf441ffba74c2b913dde4d744a049cfed172706..f08c2d5ceacd067579f3ab78f010338f128d2bc3 100644 |
--- a/ppapi/cpp/instance.h |
+++ b/ppapi/cpp/instance.h |
@@ -154,10 +154,7 @@ class Instance { |
/// @param[in] event The input event. |
/// |
/// @return true if @a event was handled, false otherwise. |
- virtual bool HandleInputEvent(const PP_InputEvent& event); |
- |
- /// @see InputEvent for an example |
- virtual bool HandleInputEvent(const InputEvent& event); |
+ virtual bool HandleInputEvent(const pp::InputEvent& event); |
/// Notification of a data stream available after an instance was created |
/// based on the MIME type of a DOMWindow navigation. This only applies to |