diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 08:04:07 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 08:04:07 +0000 |
commit | 0a6d5f653ade694a78328b7949672eceaa2daa01 (patch) | |
tree | 5e0c8e2a1f2e0c24449873016c32bfe216b38afb /ppapi/proxy/proxy_channel.h | |
parent | 067e733f46069691d9c7991b560d6678eebf7896 (diff) | |
download | chromium_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/proxy_channel.h')
-rw-r--r-- | ppapi/proxy/proxy_channel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h index 75b9ad3..0a1fb03 100644 --- a/ppapi/proxy/proxy_channel.h +++ b/ppapi/proxy/proxy_channel.h @@ -24,8 +24,6 @@ class TestSink; namespace ppapi { namespace proxy { -class VarSerializationRules; - class PPAPI_PROXY_EXPORT ProxyChannel : public IPC::Channel::Listener, public IPC::Message::Sender { @@ -77,7 +75,7 @@ class PPAPI_PROXY_EXPORT ProxyChannel #endif protected: - ProxyChannel(base::ProcessHandle remote_process_handle); + explicit ProxyChannel(base::ProcessHandle remote_process_handle); // You must call this function before anything else. Returns true on success. // The delegate pointer must outlive this class, ownership is not |