Chromium change: https://chromium.googlesource.com/chromium/src.git/+/44a2896769d51 commit 44a2896769d516a2dea9b59c99c24743a23ef87d Author: David Benjamin <davidben@chromium.org> Date: Tue Feb 24 18:12:03 2026 -0800 Unwind wincrypt_shim.h Replace it with includes of <wincrypt.h> and <windows.h>. clang-format now understands how to order these includes, so let clang-format figure out how to organize them. (This results in some <windows.h> includes moving to slightly earlier than before.) Fixed: 483973077