| Index: ppapi/proxy/ppb_var_deprecated_proxy.h
|
| diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.h b/ppapi/proxy/ppb_var_deprecated_proxy.h
|
| index 17e3a5369971b6dccec632289bb60494bc4ec494..807819f820622c6922a996eb6fc83cd8b0ac605b 100644
|
| --- a/ppapi/proxy/ppb_var_deprecated_proxy.h
|
| +++ b/ppapi/proxy/ppb_var_deprecated_proxy.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PPAPI_PPB_VAR_PROXY_H_
|
| -#define PPAPI_PPB_VAR_PROXY_H_
|
| +#ifndef PPAPI_PPB_VAR_DEPRECATED_PROXY_H_
|
| +#define PPAPI_PPB_VAR_DEPRECATED_PROXY_H_
|
|
|
| #include <vector>
|
|
|
| @@ -101,4 +101,4 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
|
| } // namespace proxy
|
| } // namespace pp
|
|
|
| -#endif // PPAPI_PPB_VAR_PROXY_H_
|
| +#endif // PPAPI_PPB_VAR_DEPRECATED_PROXY_H_
|
|
|