| Index: ppapi/tests/test_video_decoder.h
|
| diff --git a/ppapi/tests/test_video_decoder.h b/ppapi/tests/test_video_decoder.h
|
| index dbef66f1ce86d58f8138ef3df3b1f95defd52ecb..7409b4e3cf15764e35ea6db2dc4bcb7cad58ce15 100644
|
| --- a/ppapi/tests/test_video_decoder.h
|
| +++ b/ppapi/tests/test_video_decoder.h
|
| @@ -22,11 +22,10 @@ class TestVideoDecoder : public TestCase {
|
| void QuitMessageLoop();
|
|
|
| private:
|
| - std::string TestCreateAndInitialize();
|
| + std::string TestCreateFailure();
|
|
|
| // Used by the tests that access the C API directly.
|
| const PPB_VideoDecoder_Dev* video_decoder_interface_;
|
| - const PPB_Var* var_interface_;
|
| };
|
|
|
| #endif // PPAPI_TESTS_TEST_VIDEO_DECODER_H_
|
|
|