| Index: ppapi/proxy/ppapi_proxy_test.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
|
| index 775b75c03a2125f5973f92d7fa1257f96ca435ce..0d3d506684a268f6a95e39708f31f98597726e7b 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.h
|
| +++ b/ppapi/proxy/ppapi_proxy_test.h
|
| @@ -17,7 +17,7 @@
|
| #include "ppapi/proxy/plugin_var_tracker.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| // Base class for plugin and host test harnesses. Tests will not use this
|
| @@ -240,4 +240,4 @@ class TwoWayTest : public testing::Test {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|