From 0a6d5f653ade694a78328b7949672eceaa2daa01 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 11 Nov 2011 08:04:07 +0000 Subject: Cleanup: Remove unneeded forward declarations in ppapi. BUG=none TEST=none Review URL: http://codereview.chromium.org/8527020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109595 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_var_deprecated_proxy.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '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 1eb62c6..5e6efd3 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_DEPRECATED_PROXY_H_ -#define PPAPI_PPB_VAR_DEPRECATED_PROXY_H_ +#ifndef PPAPI_PROXY_PPB_VAR_DEPRECATED_PROXY_H_ +#define PPAPI_PROXY_PPB_VAR_DEPRECATED_PROXY_H_ #include @@ -17,7 +17,6 @@ namespace ppapi { namespace proxy { class SerializedVar; -class SerializedVarArray; class SerializedVarReceiveInput; class SerializedVarVectorOutParam; class SerializedVarVectorReceiveInput; @@ -26,7 +25,7 @@ class SerializedVarReturnValue; class PPB_Var_Deprecated_Proxy : public InterfaceProxy { public: - PPB_Var_Deprecated_Proxy(Dispatcher* dispatcher); + explicit PPB_Var_Deprecated_Proxy(Dispatcher* dispatcher); virtual ~PPB_Var_Deprecated_Proxy(); static const Info* GetInfo(); @@ -100,4 +99,4 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy { } // namespace proxy } // namespace ppapi -#endif // PPAPI_PPB_VAR_DEPRECATED_PROXY_H_ +#endif // PPAPI_PROXY_PPB_VAR_DEPRECATED_PROXY_H_ -- cgit v1.1