Index: content/plugin/webplugin_proxy.h |
=================================================================== |
--- content/plugin/webplugin_proxy.h (revision 163080) |
+++ content/plugin/webplugin_proxy.h (working copy) |
@@ -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 @@ |
} |
} |
+namespace content { |
+class PluginChannel; |
+ |
#if defined(OS_MACOSX) |
class WebPluginAcceleratedSurfaceProxy; |
#endif |
@@ -309,4 +310,6 @@ |
base::WeakPtrFactory<WebPluginProxy> weak_factory_; |
}; |
+} // namespace content |
+ |
#endif // CONTENT_PLUGIN_WEBPLUGIN_PROXY_H_ |