| Index: sandbox/src/crosscall_params.h
|
| diff --git a/sandbox/src/crosscall_params.h b/sandbox/src/crosscall_params.h
|
| index 4c1e4fedddc64355d761f7ac462c840a7e6a960d..800c8e9c3d1a8fd12575bcf90d4bc1ed7fcadbfc 100644
|
| --- a/sandbox/src/crosscall_params.h
|
| +++ b/sandbox/src/crosscall_params.h
|
| @@ -144,7 +144,7 @@ class CrossCallParams {
|
|
|
| protected:
|
| // constructs the IPC call params. Called only from the derived classes
|
| - explicit CrossCallParams(uint32 tag, size_t params_count)
|
| + CrossCallParams(uint32 tag, size_t params_count)
|
| : tag_(tag),
|
| params_count_(params_count),
|
| is_in_out_(0) {
|
|
|