| Index: webkit/plugins/ppapi/ppb_input_event_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_input_event_impl.h b/webkit/plugins/ppapi/ppb_input_event_impl.h
|
| index f2bd982bb3f0304522f7c8c0b8276520cfd24cb0..48bc3fbeec3f0e26d6be487447882c8c10a25e60 100644
|
| --- a/webkit/plugins/ppapi/ppb_input_event_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_input_event_impl.h
|
| @@ -21,7 +21,7 @@ class PPB_InputEvent_Impl : public Resource,
|
| static PP_Resource Create(PluginInstance* instance,
|
| const ::ppapi::InputEventData& data);
|
|
|
| - // ResourceObjectBase overrides.
|
| + // Resource overrides.
|
| virtual ::ppapi::thunk::PPB_InputEvent_API* AsPPB_InputEvent_API() OVERRIDE;
|
|
|
| protected:
|
|
|