mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
de0979b930
This replaces all occurrences of “typedef Y X;” with “using X = Y;”. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/700143004