From a4dc33f2e485e586cc3fb03142c2800249fe9ced Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Tue, 20 Oct 2009 15:09:55 +0000 Subject: Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). We probably want to discourage the use of ints for PIDs. This is a start; there are many other places where we should fix this. BUG=25272 TEST=none Review URL: http://codereview.chromium.org/300010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29511 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/memory_details.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/memory_details.h') diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h index 2e7e852..5e155a1 100644 --- a/chrome/browser/memory_details.h +++ b/chrome/browser/memory_details.h @@ -25,7 +25,7 @@ struct ProcessMemoryInformation { } // The process id. - int pid; + base::ProcessId pid; // The working set information. base::WorkingSetKBytes working_set; // The committed bytes. -- cgit v1.1