[cr147][Win] base/win/wincrypt_shim.h was removed.

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
This commit is contained in:
Max Karolinskiy
2026-03-26 19:25:25 -04:00
parent a75a958ca6
commit 69f9e4c13c
+6 -1
View File
@@ -5,6 +5,12 @@
#include "brave/utility/importer/chrome_importer.h"
#if BUILDFLAG(IS_WIN)
#include <windows.h>
#include <wincrypt.h>
#endif
#include <memory>
#include <optional>
#include <string>
@@ -41,7 +47,6 @@
#if BUILDFLAG(IS_WIN)
#include "base/base64.h"
#include "base/win/wincrypt_shim.h"
#endif
using base::Time;