| Index: ppapi/proxy/plugin_message_filter.cc
|
| diff --git a/ppapi/proxy/plugin_message_filter.cc b/ppapi/proxy/plugin_message_filter.cc
|
| index 9df22087a59860f5023cb79380ef239503911472..9f178f15acc67f0c5adc8bc077460d8d44497934 100644
|
| --- a/ppapi/proxy/plugin_message_filter.cc
|
| +++ b/ppapi/proxy/plugin_message_filter.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "ppapi/proxy/ppapi_messages.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| PluginMessageFilter::PluginMessageFilter(
|
| @@ -58,4 +58,4 @@ void PluginMessageFilter::OnMsgReserveInstanceId(PP_Instance instance,
|
| }
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|