mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
bbeef320e0
This only came up in one location, PointerVector. A template alias is superior to inheritance, which doesn’t provide full type equivalence and doesn’t automatically inherit non-default constructors. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/683753005