| Index: ppapi/proxy/plugin_dispatcher_unittest.cc
|
| diff --git a/ppapi/proxy/plugin_dispatcher_unittest.cc b/ppapi/proxy/plugin_dispatcher_unittest.cc
|
| index d68fc58cea13ec2b712391ea1173ba20ef24aca1..56f563bd9309ff6d9439f6e512c143655ac5222a 100644
|
| --- a/ppapi/proxy/plugin_dispatcher_unittest.cc
|
| +++ b/ppapi/proxy/plugin_dispatcher_unittest.cc
|
| @@ -9,9 +9,7 @@
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/proxy/ppapi_proxy_test.h"
|
|
|
| -using ppapi::HostResource;
|
| -
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| namespace {
|
| @@ -87,5 +85,5 @@ TEST_F(PluginDispatcherTest, PPBCreation) {
|
| }
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
|
|