| Index: ppapi/tests/test_video_decoder.h
|
| diff --git a/ppapi/tests/test_video_decoder.h b/ppapi/tests/test_video_decoder.h
|
| index 7409b4e3cf15764e35ea6db2dc4bcb7cad58ce15..b20d6decb250bbe6f6c8d8d3e91d7ec18090bcba 100644
|
| --- a/ppapi/tests/test_video_decoder.h
|
| +++ b/ppapi/tests/test_video_decoder.h
|
| @@ -17,7 +17,7 @@ class TestVideoDecoder : public TestCase {
|
|
|
| // TestCase implementation.
|
| virtual bool Init();
|
| - virtual void RunTest();
|
| + virtual void RunTests(const std::string& filter);
|
|
|
| void QuitMessageLoop();
|
|
|
|
|