| Index: webkit/plugins/ppapi/ppapi_unittest.cc
|
| diff --git a/webkit/plugins/ppapi/ppapi_unittest.cc b/webkit/plugins/ppapi/ppapi_unittest.cc
|
| index e245727379322d8098a3d7985e18b714d9542d12..439b11b66f3f059fc02e97082df874abf2c880f1 100644
|
| --- a/webkit/plugins/ppapi/ppapi_unittest.cc
|
| +++ b/webkit/plugins/ppapi/ppapi_unittest.cc
|
| @@ -82,10 +82,7 @@ void PpapiUnittest::SetUp() {
|
| ASSERT_TRUE(module_->InitAsInternalPlugin(entry_points));
|
|
|
| // Initialize the mock instance.
|
| - instance_ = PluginInstance::Create1_0(
|
| - delegate_.get(),
|
| - module(),
|
| - GetMockInterface(PPP_INSTANCE_INTERFACE_1_0));
|
| + instance_ = PluginInstance::Create(delegate_.get(), module());
|
|
|
| }
|
|
|
|
|