| Index: ppapi/tests/test_flash_clipboard.h
|
| diff --git a/ppapi/tests/test_flash_clipboard.h b/ppapi/tests/test_flash_clipboard.h
|
| index eacf933a61a22afd7d7cb291b7bbf441774231b1..06d3781d89f23a704d47eeabfdb7245091d1c7b4 100644
|
| --- a/ppapi/tests/test_flash_clipboard.h
|
| +++ b/ppapi/tests/test_flash_clipboard.h
|
| @@ -17,7 +17,7 @@ class TestFlashClipboard : public TestCase {
|
|
|
| // TestCase implementation.
|
| virtual bool Init();
|
| - virtual void RunTest();
|
| + virtual void RunTests(const std::string& filter);
|
|
|
| private:
|
| std::string TestReadWrite();
|
|
|