diff options
Diffstat (limited to 'webkit/plugins/ppapi/ppapi_unittest.cc')
-rw-r--r-- | webkit/plugins/ppapi/ppapi_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppapi_unittest.cc b/webkit/plugins/ppapi/ppapi_unittest.cc index 56464e6..b5e4b5f 100644 --- a/webkit/plugins/ppapi/ppapi_unittest.cc +++ b/webkit/plugins/ppapi/ppapi_unittest.cc @@ -87,7 +87,7 @@ void PpapiUnittest::SetUp() { delegate_.reset(new MockPluginDelegate); // Initialize the mock module. - module_ = new PluginModule("Mock plugin", this); + module_ = new PluginModule("Mock plugin", FilePath(), this); PluginModule::EntryPoints entry_points; entry_points.get_interface = &MockGetInterface; entry_points.initialize_module = &MockInitializeModule; |