Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 11231016: Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698