| Index: chrome/plugin/npobject_util.h
|
| diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h
|
| index cc9347e0d0822262d359334f43f20ce30771ffef..ba74a6b234f6cc8264789ad04927473767bf3cac 100644
|
| --- a/chrome/plugin/npobject_util.h
|
| +++ b/chrome/plugin/npobject_util.h
|
| @@ -22,6 +22,9 @@ struct NPIdentifier_Param;
|
| struct NPVariant_Param;
|
| typedef void *NPIdentifier;
|
|
|
| +namespace base {
|
| +class WaitableEvent;
|
| +}
|
|
|
| // Needs to be called early in the plugin process lifetime, before any
|
| // plugin instances are initialized.
|
| @@ -52,7 +55,7 @@ void CreateNPVariantParam(const NPVariant& variant,
|
| void CreateNPVariant(const NPVariant_Param& param,
|
| PluginChannelBase* channel,
|
| NPVariant* result,
|
| - HANDLE modal_dialog_event);
|
| + base::WaitableEvent* modal_dialog_event);
|
|
|
| // Given a plugin's HWND, returns an event associated with the WebContents
|
| // that's set when inside a messagebox. This tells the plugin process that
|
|
|