[Zucchini] Minor stylistic fixes.

Details:
- Fix includes, especially <stddef.h> (for size_t) and <stdint.h>.
- Replace constructor initializer use of foo(foo) with foo_in(foo).
- Miscellaneous.

Bug: 729154
Change-Id: Ibb714e275414f610c993569532e286677ee5a7cd
Reviewed-on: https://chromium-review.googlesource.com/622967
Commit-Queue: Samuel Huang <[email protected]>
Reviewed-by: Greg Thompson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#495948}
diff --git a/chrome/installer/zucchini/zucchini_commands.cc b/chrome/installer/zucchini/zucchini_commands.cc
index 1447f41b..ed525ef8d 100644
--- a/chrome/installer/zucchini/zucchini_commands.cc
+++ b/chrome/installer/zucchini/zucchini_commands.cc
@@ -4,6 +4,9 @@
 
 #include "chrome/installer/zucchini/zucchini_commands.h"
 
+#include <stddef.h>
+#include <stdint.h>
+
 #include <iostream>
 #include <ostream>