Index: base/win/windows_version.h |
diff --git a/base/win/windows_version.h b/base/win/windows_version.h |
index e51840b0db8bb2d8bf62d6a36a450fc0afff6eb1..a52e64e0742589aa76de167d199e1eff760ac14f 100644 |
--- a/base/win/windows_version.h |
+++ b/base/win/windows_version.h |
@@ -26,7 +26,8 @@ enum Version { |
VERSION_VISTA, // Also includes Windows Server 2008. |
VERSION_WIN7, // Also includes Windows Server 2008 R2. |
VERSION_WIN8, // Also includes Windows Server 2012. |
- VERSION_WIN8_1, // Code named Windows Blue |
+ VERSION_WIN8_1, // Also includes Windows Server 2012 R2. |
+ VERSION_WIN10, // Also includes Windows 10 Server. |
VERSION_WIN_LAST, // Indicates error condition. |
}; |