Chromium Code Reviews| Index: base/win/windows_version.h |
| diff --git a/base/win/windows_version.h b/base/win/windows_version.h |
| index 6eaf2df4516ef2174d09a10af3ec7db370e15d78..9969597471bc848463418ec8386da914ae217643 100644 |
| --- a/base/win/windows_version.h |
| +++ b/base/win/windows_version.h |
| @@ -56,6 +56,7 @@ class BASE_EXPORT OSInfo { |
| int major; |
| int minor; |
| int build; |
| + int patch; |
| }; |
| struct ServicePack { |