diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:15:00 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:15:00 +0000 |
commit | 0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2 (patch) | |
tree | ebe1a4d82f565994bf1f7c8fb7f16a4345f44b76 /base/win_util.h | |
parent | 88e6b6f3251af7092432c33b7d372a17c7169904 (diff) | |
download | chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.zip chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.tar.gz chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.tar.bz2 |
Remove a few stray bits of win2k support.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1998012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win_util.h')
-rw-r--r-- | base/win_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/win_util.h b/base/win_util.h index ca550cf..32dea21 100644 --- a/base/win_util.h +++ b/base/win_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,7 +20,7 @@ namespace win_util { // though. enum WinVersion { WINVERSION_PRE_2000 = 0, // Not supported - WINVERSION_2000 = 1, + WINVERSION_2000 = 1, // Not supported WINVERSION_XP = 2, WINVERSION_SERVER_2003 = 3, WINVERSION_VISTA = 4, |