| Index: ppapi/tests/test_file_io.cc
|
| diff --git a/ppapi/tests/test_file_io.cc b/ppapi/tests/test_file_io.cc
|
| index 057fdef36ed4677b3711e35eb8baac22cb44213c..f5235e13d2f3537a7386b09882d7909bffe3c36c 100644
|
| --- a/ppapi/tests/test_file_io.cc
|
| +++ b/ppapi/tests/test_file_io.cc
|
| @@ -109,7 +109,7 @@ int32_t WriteEntireBuffer(PP_Instance instance,
|
| } // namespace
|
|
|
| bool TestFileIO::Init() {
|
| - return InitTestingInterface() && EnsureRunningOverHTTP();
|
| + return CheckTestingInterface() && EnsureRunningOverHTTP();
|
| }
|
|
|
| void TestFileIO::RunTests(const std::string& filter) {
|
|
|