| Index: webkit/plugins/ppapi/url_request_info_unittest.cc
|
| diff --git a/webkit/plugins/ppapi/url_request_info_unittest.cc b/webkit/plugins/ppapi/url_request_info_unittest.cc
|
| index c7f17207f959bd711cf20afcb704546ea98cc0a9..ca2b6b1f0dde1e10445136386e252248a860b08f 100644
|
| --- a/webkit/plugins/ppapi/url_request_info_unittest.cc
|
| +++ b/webkit/plugins/ppapi/url_request_info_unittest.cc
|
| @@ -123,7 +123,7 @@ WebFrame* URLRequestInfoTest::frame_;
|
|
|
| TEST_F(URLRequestInfoTest, GetInterface) {
|
| const PPB_URLRequestInfo* request_info =
|
| - ::ppapi::thunk::GetPPB_URLRequestInfo_Thunk();
|
| + ::ppapi::thunk::GetPPB_URLRequestInfo_1_0_Thunk();
|
| EXPECT_TRUE(request_info);
|
| EXPECT_TRUE(request_info->Create);
|
| EXPECT_TRUE(request_info->IsURLRequestInfo);
|
| @@ -257,4 +257,3 @@ TEST_F(URLRequestInfoTest, SetHeaders) {
|
|
|
| } // namespace ppapi
|
| } // namespace webkit
|
| -
|
|
|