diff options
Diffstat (limited to 'content/renderer/plugin_channel_host.h')
-rw-r--r-- | content/renderer/plugin_channel_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/plugin_channel_host.h b/content/renderer/plugin_channel_host.h index ff121dd..7ff180b 100644 --- a/content/renderer/plugin_channel_host.h +++ b/content/renderer/plugin_channel_host.h @@ -9,10 +9,9 @@ #include "content/common/np_channel_base.h" #include "ipc/ipc_channel_handle.h" -class NPObjectBase; - namespace content { class IsListeningFilter; +class NPObjectBase; // Encapsulates an IPC channel between the renderer and one plugin process. // On the plugin side there's a corresponding PluginChannel. |