| Index: ppapi/tests/test_url_loader.cc
|
| diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc
|
| index f379c31e4f7813b363ed50fdc187835052458e55..b736255936c86734127c56f5dd98990a4b37de3d 100644
|
| --- a/ppapi/tests/test_url_loader.cc
|
| +++ b/ppapi/tests/test_url_loader.cc
|
| @@ -63,7 +63,7 @@ TestURLLoader::TestURLLoader(TestingInstance* instance)
|
| }
|
|
|
| bool TestURLLoader::Init() {
|
| - if (!InitTestingInterface()) {
|
| + if (!CheckTestingInterface()) {
|
| instance_->AppendError("Testing interface not available");
|
| return false;
|
| }
|
|
|