Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: chrome/browser/bug_report_util.h

Issue 3823002: Move windows version-related stuff out of base/win_util and into base/win/win... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bug_report_util.h
===================================================================
--- chrome/browser/bug_report_util.h (revision 62510)
+++ chrome/browser/bug_report_util.h (working copy)
@@ -12,6 +12,8 @@
#if defined(OS_MACOSX)
#include "base/mac_util.h"
#include "base/sys_info.h"
+#elif defined(OS_WIN)
+#include "base/win/windows_version.h"
#endif
#include "chrome/browser/userfeedback/proto/common.pb.h"
#include "chrome/browser/userfeedback/proto/extension.pb.h"
@@ -54,7 +56,7 @@
// SetOSVersion copies the maj.minor.build + servicePack_string
// into a string. We currently have:
- // win_util::GetWinVersion returns WinVersion, which is just
+ // base::win::GetVersion returns WinVersion, which is just
// an enum of 2000, XP, 2003, or VISTA. Not enough detail for
// bug reports.
// base::SysInfo::OperatingSystemVersion returns an std::string

Powered by Google App Engine
This is Rietveld 408576698