| Index: ppapi/proxy/plugin_message_filter.h
|
| diff --git a/ppapi/proxy/plugin_message_filter.h b/ppapi/proxy/plugin_message_filter.h
|
| index fa3b2f4adfc1590c14315f442ed714978243e9f5..10f45c872975331a99339a0b88fe909f1f74ba6a 100644
|
| --- a/ppapi/proxy/plugin_message_filter.h
|
| +++ b/ppapi/proxy/plugin_message_filter.h
|
| @@ -11,7 +11,7 @@
|
| #include "ipc/ipc_message.h"
|
| #include "ppapi/c/pp_instance.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| // Listens for messages on the I/O thread of the plugin and handles some of
|
| @@ -51,6 +51,6 @@ class PluginMessageFilter : public IPC::ChannelProxy::MessageFilter,
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_PLUGIN_MESSAGE_FILTER_H_
|
|
|