Update Chromium Windows SDK requirement to 10.0.18362.0
See "Requiring a new Windows SDK soon: 10.0.18362.0" thread on
chromium-dev.
Bug: 970064
Change-Id: I73d1fca15c69ed22f7861121026d1ecb24d2b4f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660814
Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675199}
diff --git a/base/win/windows_version.cc b/base/win/windows_version.cc
index eefb923..ce52ad64 100644
--- a/base/win/windows_version.cc
+++ b/base/win/windows_version.cc
@@ -23,9 +23,8 @@
#error VS 2017 Update 3.2 or higher is required
#endif
-#if !defined(NTDDI_WIN10_RS5)
-// Windows 10 October 2018 SDK is required to build Chrome.
-#error October 2018 SDK (10.0.17763.0) or higher required.
+#if !defined(NTDDI_WIN10_19H1)
+#error Windows 10.0.18362.0 SDK or higher required.
#endif
namespace {
diff --git a/docs/windows_build_instructions.md b/docs/windows_build_instructions.md
index f7741e62..3490c0a 100644
--- a/docs/windows_build_instructions.md
+++ b/docs/windows_build_instructions.md
@@ -50,7 +50,7 @@
--includeRecommended
```
-You must have the version 10.0.17763 or higher Windows 10 SDK installed. This
+You must have the version 10.0.18362 or higher Windows 10 SDK installed. This
can be installed separately or by checking the appropriate box in the Visual
Studio Installer.