| Index: content/ppapi_plugin/broker_process_dispatcher.h
|
| ===================================================================
|
| --- content/ppapi_plugin/broker_process_dispatcher.h (revision 163080)
|
| +++ content/ppapi_plugin/broker_process_dispatcher.h (working copy)
|
| @@ -11,6 +11,8 @@
|
| #include "ppapi/proxy/broker_dispatcher.h"
|
| #include "ppapi/shared_impl/ppp_flash_browser_operations_shared.h"
|
|
|
| +namespace content {
|
| +
|
| // Wrapper around a BrokerDispatcher 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.
|
| @@ -85,4 +87,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(BrokerProcessDispatcher);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_
|
|
|