Index: ppapi/tests/test_url_loader.cc |
diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc |
index 630d00f33e6efa00d177c7872ae4655ed5a195b2..741d4155eb46a8bb15e3edc7f039c788a5bb720e 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; |
} |