| Index: ppapi/proxy/ppb_url_util_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_url_util_proxy.cc b/ppapi/proxy/ppb_url_util_proxy.cc
|
| index 57e55bee2c837edbe8709105e873c8b318d2c9f8..7490a104608126811b466181d11a89d70bab196f 100644
|
| --- a/ppapi/proxy/ppb_url_util_proxy.cc
|
| +++ b/ppapi/proxy/ppb_url_util_proxy.cc
|
| @@ -14,10 +14,7 @@
|
| #include "ppapi/shared_impl/url_util_impl.h"
|
| #include "ppapi/shared_impl/var.h"
|
|
|
| -using ppapi::StringVar;
|
| -using ppapi::URLUtilImpl;
|
| -
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| namespace {
|
| @@ -213,5 +210,5 @@ void PPB_URLUtil_Proxy::OnMsgGetPluginInstanceURL(
|
| }
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
|
|