Index: content/ppapi_plugin/ppapi_thread.h |
=================================================================== |
--- content/ppapi_plugin/ppapi_thread.h (revision 163080) |
+++ content/ppapi_plugin/ppapi_thread.h (working copy) |
@@ -27,12 +27,15 @@ |
class CommandLine; |
class FilePath; |
-class PpapiWebKitPlatformSupportImpl; |
namespace IPC { |
struct ChannelHandle; |
} |
+namespace content { |
+ |
+class PpapiWebKitPlatformSupportImpl; |
+ |
class PpapiThread : public ChildThread, |
public ppapi::proxy::PluginDispatcher::PluginDelegate, |
public ppapi::proxy::PluginProxyDelegate { |
@@ -128,4 +131,6 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(PpapiThread); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_PPAPI_PLUGIN_PPAPI_THREAD_H_ |