| Index: ppapi/proxy/ppb_var_deprecated_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.cc b/ppapi/proxy/ppb_var_deprecated_proxy.cc
|
| index f81f3194f420ac61117195f819336e4780e43e65..7cf479090836cb6d2f742e67795ea776192ab917 100644
|
| --- a/ppapi/proxy/ppb_var_deprecated_proxy.cc
|
| +++ b/ppapi/proxy/ppb_var_deprecated_proxy.cc
|
| @@ -22,7 +22,7 @@
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/proxy/ppp_class_proxy.h"
|
| #include "ppapi/proxy/serialized_var.h"
|
| -#include "ppapi/shared_impl/ppb_var_impl.h"
|
| +#include "ppapi/shared_impl/ppb_var_shared.h"
|
| #include "ppapi/shared_impl/var.h"
|
|
|
| namespace ppapi {
|
| @@ -277,10 +277,10 @@ PPB_Var_Deprecated_Proxy::~PPB_Var_Deprecated_Proxy() {
|
| // static
|
| const InterfaceProxy::Info* PPB_Var_Deprecated_Proxy::GetInfo() {
|
| static const PPB_Var_Deprecated var_deprecated_interface = {
|
| - ppapi::PPB_Var_Impl::GetVarInterface1_0()->AddRef,
|
| - ppapi::PPB_Var_Impl::GetVarInterface1_0()->Release,
|
| - ppapi::PPB_Var_Impl::GetVarInterface1_0()->VarFromUtf8,
|
| - ppapi::PPB_Var_Impl::GetVarInterface1_0()->VarToUtf8,
|
| + ppapi::PPB_Var_Shared::GetVarInterface1_0()->AddRef,
|
| + ppapi::PPB_Var_Shared::GetVarInterface1_0()->Release,
|
| + ppapi::PPB_Var_Shared::GetVarInterface1_0()->VarFromUtf8,
|
| + ppapi::PPB_Var_Shared::GetVarInterface1_0()->VarToUtf8,
|
| &HasProperty,
|
| &HasMethod,
|
| &GetProperty,
|
|
|