summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/ppapi_plugin/ppapi_thread.h')
-rw-r--r--content/ppapi_plugin/ppapi_thread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index 95cd7dc..ea8593c 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -22,12 +22,6 @@ namespace IPC {
struct ChannelHandle;
}
-namespace pp {
-namespace proxy {
-class PluginDispatcher;
-}
-}
-
class PpapiThread : public ChildThread,
public pp::proxy::Dispatcher::Delegate {
public: