| Index: ppapi/proxy/ppapi_proxy_test.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
|
| index a72368e4c61a5ab5bb2f68a9236c160d0f615c55..e8c15c13fc48b680ee2dfedf4939905ebaca27fe 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.h
|
| +++ b/ppapi/proxy/ppapi_proxy_test.h
|
| @@ -120,7 +120,7 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase {
|
| virtual base::WaitableEvent* GetShutdownEvent() OVERRIDE;
|
| virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| - const IPC::SyncChannel& /* channel */,
|
| + base::ProcessId remote_pid,
|
| bool should_close_source) OVERRIDE;
|
|
|
| // PluginDispatcher::PluginDelegate implementation.
|
| @@ -202,7 +202,7 @@ class HostProxyTestHarness : public ProxyTestHarnessBase {
|
| virtual base::WaitableEvent* GetShutdownEvent();
|
| virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| - const IPC::SyncChannel& /* channel */,
|
| + base::ProcessId remote_pid,
|
| bool should_close_source) OVERRIDE;
|
|
|
| private:
|
|
|