| Index: content/common/npobject_stub.h
|
| ===================================================================
|
| --- content/common/npobject_stub.h (revision 163632)
|
| +++ content/common/npobject_stub.h (working copy)
|
| @@ -18,9 +18,11 @@
|
| #include "ipc/ipc_sender.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +struct NPObject;
|
| +
|
| +namespace content {
|
| class NPChannelBase;
|
| struct NPIdentifier_Param;
|
| -struct NPObject;
|
| struct NPVariant_Param;
|
|
|
| // This wraps an NPObject and converts IPC messages from NPObjectProxy to calls
|
| @@ -93,4 +95,6 @@
|
| GURL page_url_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_NPOBJECT_STUB_H_
|
|
|