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

Unified Diff: base/process_win.cc

Issue 57062: Use portable typedef for PIDs (process IDs). (Closed)
Patch Set: speculative fix for win Created 11 years, 9 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
« no previous file with comments | « base/process_util_win.cc ('k') | chrome/common/chrome_process_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_win.cc
diff --git a/base/process_win.cc b/base/process_win.cc
index 697a02071ace2e6827a549fcbab6ac690efa03d2..98a7f46c6d0f666f8660a4c17a0ec3cd58f396ae 100644
--- a/base/process_win.cc
+++ b/base/process_win.cc
@@ -107,7 +107,7 @@ bool Process::EmptyWorkingSet() {
return rv == TRUE;
}
-int32 Process::pid() const {
+ProcessId Process::pid() const {
if (process_ == 0)
return 0;
« no previous file with comments | « base/process_util_win.cc ('k') | chrome/common/chrome_process_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698