Index: sandbox/win/src/crosscall_params.h |
diff --git a/sandbox/win/src/crosscall_params.h b/sandbox/win/src/crosscall_params.h |
index 6facb202da42f808649cf87e0ee07d21e3556337..dbc95b26d361ca29fba472dcf677ef482f94e5e3 100644 |
--- a/sandbox/win/src/crosscall_params.h |
+++ b/sandbox/win/src/crosscall_params.h |
@@ -143,10 +143,7 @@ class CrossCallParams { |
protected: |
// constructs the IPC call params. Called only from the derived classes |
CrossCallParams(uint32 tag, uint32 params_count) |
- : tag_(tag), |
- params_count_(params_count), |
- is_in_out_(0) { |
- } |
+ : tag_(tag), is_in_out_(0), params_count_(params_count) {} |
private: |
uint32 tag_; |