| Index: ppapi/proxy/proxy_channel.h
|
| ===================================================================
|
| --- ppapi/proxy/proxy_channel.h (revision 109579)
|
| +++ ppapi/proxy/proxy_channel.h (working copy)
|
| @@ -24,8 +24,6 @@
|
| namespace ppapi {
|
| namespace proxy {
|
|
|
| -class VarSerializationRules;
|
| -
|
| class PPAPI_PROXY_EXPORT ProxyChannel
|
| : public IPC::Channel::Listener,
|
| public IPC::Message::Sender {
|
| @@ -77,7 +75,7 @@
|
| #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
|
|
|