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

Unified Diff: content/ppapi_plugin/plugin_process_dispatcher.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
Index: content/ppapi_plugin/plugin_process_dispatcher.h
===================================================================
--- content/ppapi_plugin/plugin_process_dispatcher.h (revision 163080)
+++ content/ppapi_plugin/plugin_process_dispatcher.h (working copy)
@@ -8,6 +8,8 @@
#include "base/basictypes.h"
#include "ppapi/proxy/plugin_dispatcher.h"
+namespace content {
+
// Wrapper around a PluginDispatcher that provides the necessary integration
// for plugin process management. This class is to avoid direct dependencies
// from the PPAPI proxy on the Chrome multiprocess infrastructure.
@@ -22,4 +24,6 @@
DISALLOW_COPY_AND_ASSIGN(PluginProcessDispatcher);
};
+} // namespace content
+
#endif // CONTENT_PPAPI_PLUGIN_PLUGIN_PROCESS_DISPATCHER_H_
« no previous file with comments | « content/ppapi_plugin/broker_process_dispatcher.cc ('k') | content/ppapi_plugin/plugin_process_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698