mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Previously, test structures were initialized with InitializeForTesting() methods. A related code review suggested making these into constructors. https://codereview.chromium.org/754123002/diff/40001/util/mach/child_port_server_test.cc#newcode53 This also cleans up the definitions of some structures that can simply inherit from existing structures defined in system headers. TEST=util_test ExcServerVariants.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/757113002