| Index: ppapi/proxy/broker_dispatcher.cc
|
| diff --git a/ppapi/proxy/broker_dispatcher.cc b/ppapi/proxy/broker_dispatcher.cc
|
| index 087e9fcb1613f2d01519276723e7cde08919b9ef..0b39ae487983f82d40594e87c2b782d8afe5cccf 100644
|
| --- a/ppapi/proxy/broker_dispatcher.cc
|
| +++ b/ppapi/proxy/broker_dispatcher.cc
|
| @@ -8,7 +8,7 @@
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| namespace {
|
| @@ -110,4 +110,4 @@ void BrokerSideDispatcher::OnChannelError() {
|
|
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|