summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/webplugin_proxy.h')
-rw-r--r--content/plugin/webplugin_proxy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
index d8ad48f..6141f3a 100644
--- a/content/plugin/webplugin_proxy.h
+++ b/content/plugin/webplugin_proxy.h
@@ -27,8 +27,6 @@
#include "ui/surface/transport_dib.h"
#include "webkit/plugins/npapi/webplugin.h"
-class PluginChannel;
-
namespace skia {
class PlatformCanvas;
}
@@ -39,6 +37,9 @@ class WebPluginDelegateImpl;
}
}
+namespace content {
+class PluginChannel;
+
#if defined(OS_MACOSX)
class WebPluginAcceleratedSurfaceProxy;
#endif
@@ -309,4 +310,6 @@ class WebPluginProxy : public webkit::npapi::WebPlugin {
base::WeakPtrFactory<WebPluginProxy> weak_factory_;
};
+} // namespace content
+
#endif // CONTENT_PLUGIN_WEBPLUGIN_PROXY_H_