Index: content/browser/tcmalloc_internals_request_job.cc |
=================================================================== |
--- content/browser/tcmalloc_internals_request_job.cc (revision 189692) |
+++ content/browser/tcmalloc_internals_request_job.cc (working copy) |
@@ -24,7 +24,7 @@ |
AboutTcmallocOutputs::~AboutTcmallocOutputs() {} |
void AboutTcmallocOutputs::OnStatsForChildProcess( |
- base::ProcessId pid, ProcessType process_type, |
+ base::ProcessId pid, int process_type, |
const std::string& output) { |
std::string header = GetProcessTypeNameInEnglish(process_type); |
base::StringAppendF(&header, " PID %d", static_cast<int>(pid)); |