mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
de5a6cdd6f
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