| Index: ppapi/proxy/host_var_serialization_rules.h
|
| diff --git a/ppapi/proxy/host_var_serialization_rules.h b/ppapi/proxy/host_var_serialization_rules.h
|
| index 4b6f63d4fac5d7896fed0cfb43e26da000315fb1..478a872e1b10205881ce6701a1e2c42dd659338b 100644
|
| --- a/ppapi/proxy/host_var_serialization_rules.h
|
| +++ b/ppapi/proxy/host_var_serialization_rules.h
|
| @@ -11,7 +11,7 @@
|
|
|
| struct PPB_Var;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class VarTracker;
|
| @@ -48,6 +48,6 @@ class HostVarSerializationRules : public VarSerializationRules {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_HOST_VAR_SERIALIZATION_RULES_H_
|
|
|