Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: webkit/plugins/npapi/test/plugin_schedule_timer_test.h

Issue 6503001: clang: Fix several -Woverloaded-virtual warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_stream_factory_unittest.cc ('k') | webkit/plugins/npapi/test/plugin_schedule_timer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/http/http_stream_factory_unittest.cc ('k') | webkit/plugins/npapi/test/plugin_schedule_timer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698