| Index: webkit/plugins/ppapi/npobject_var.h
|
| diff --git a/webkit/plugins/ppapi/npobject_var.h b/webkit/plugins/ppapi/npobject_var.h
|
| index 597799ad6bcf681e04996ca0f69637d0af8368de..83430f3520a2db520d0817c68ed3e89ed59e32b5 100644
|
| --- a/webkit/plugins/ppapi/npobject_var.h
|
| +++ b/webkit/plugins/ppapi/npobject_var.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "ppapi/c/pp_instance.h"
|
| -#include "ppapi/c/pp_module.h"
|
| #include "ppapi/shared_impl/var.h"
|
| #include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| @@ -33,7 +32,7 @@ class NPObjectVar : public Var {
|
| // You should always use FromNPObject to create an NPObjectVar. This function
|
| // guarantees that we maintain the 1:1 mapping between NPObject and
|
| // NPObjectVar.
|
| - NPObjectVar(PP_Module module, PP_Instance instance, NPObject* np_object);
|
| + NPObjectVar(PP_Instance instance, NPObject* np_object);
|
|
|
| virtual ~NPObjectVar();
|
|
|
|
|