Chromium Code Reviews| Index: ppapi/tests/test_var.h |
| diff --git a/ppapi/tests/test_var.h b/ppapi/tests/test_var.h |
| index 939e942c6e1769545860bc842671b14e3f26c7f5..a329c780e13a2023665ceac6094b18704b10c39c 100644 |
| --- a/ppapi/tests/test_var.h |
| +++ b/ppapi/tests/test_var.h |
| @@ -19,7 +19,7 @@ class TestVar : public TestCase { |
| private: |
| // TestCase implementation. |
| virtual bool Init(); |
| - virtual void RunTest(); |
| + virtual void RunTests(const std::string& filter); |
| std::string TestBasicString(); |
| std::string TestInvalidAndEmpty(); |