summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_var_deprecated_proxy.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 08:04:07 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 08:04:07 +0000
commit0a6d5f653ade694a78328b7949672eceaa2daa01 (patch)
tree5e0c8e2a1f2e0c24449873016c32bfe216b38afb /ppapi/proxy/ppb_var_deprecated_proxy.h
parent067e733f46069691d9c7991b560d6678eebf7896 (diff)
downloadchromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.zip
chromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.tar.gz
chromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.tar.bz2
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
Diffstat (limited to 'ppapi/proxy/ppb_var_deprecated_proxy.h')
-rw-r--r--ppapi/proxy/ppb_var_deprecated_proxy.h9
1 files changed, 4 insertions, 5 deletions
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 <vector>
@@ -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_