Chromium Code Reviews| Index: ppapi/tests/test_core.h |
| diff --git a/ppapi/tests/test_core.h b/ppapi/tests/test_core.h |
| index 2b5899a0c4819e7ef2da6a14e30b6fcec4700882..0c1632be4acade279dca5007ce0b55c68409c656 100644 |
| --- a/ppapi/tests/test_core.h |
| +++ b/ppapi/tests/test_core.h |
| @@ -18,7 +18,7 @@ class TestCore : public TestCase { |
| private: |
| // TestCase implementation. |
| virtual bool Init(); |
| - virtual void RunTest(); |
| + virtual void RunTests(const std::string& filter); |
| std::string TestTime(); |
| std::string TestTimeTicks(); |