| Index: webkit/plugins/npapi/test/plugin_schedule_timer_test.h
|
| diff --git a/webkit/plugins/npapi/test/plugin_schedule_timer_test.h b/webkit/plugins/npapi/test/plugin_schedule_timer_test.h
|
| index 78fae919f256c455ab99c605edd8cfcd25f019d3..13ed593c818c7de28e53afc97223400f35ec5ed3 100644
|
| --- a/webkit/plugins/npapi/test/plugin_schedule_timer_test.h
|
| +++ b/webkit/plugins/npapi/test/plugin_schedule_timer_test.h
|
| @@ -56,7 +56,7 @@ class ScheduleTimerTest : public PluginTest {
|
|
|
| // Returns index of matching unreceived event or -1 if not found.
|
| int FindUnreceivedEvent(int time, uint32 timer_id);
|
| - void HandleEvent(int event_index);
|
| + void HandleEventIndex(int event_index);
|
| };
|
|
|
| } // namespace NPAPIClient
|
|
|