| Index: ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| index 0c231c61c9d96f2f662791ef12595005e778d64c..37bb2fe24d8e6ad0620743fa291b6a4d5ad7c608 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| @@ -31,11 +31,7 @@ class NaClSubprocess {
|
| public:
|
| NaClSubprocess(const std::string& description,
|
| ServiceRuntime* service_runtime,
|
| - SrpcClient* srpc_client)
|
| - : description_(description),
|
| - service_runtime_(service_runtime),
|
| - srpc_client_(srpc_client) {
|
| - }
|
| + SrpcClient* srpc_client);
|
| virtual ~NaClSubprocess();
|
|
|
| ServiceRuntime* service_runtime() const { return service_runtime_.get(); }
|
|
|