| Index: chrome/browser/task_profiler/task_profiler_data_serializer.cc
|
| ===================================================================
|
| --- chrome/browser/task_profiler/task_profiler_data_serializer.cc (revision 189692)
|
| +++ chrome/browser/task_profiler/task_profiler_data_serializer.cc (working copy)
|
| @@ -94,7 +94,7 @@
|
| // static
|
| void TaskProfilerDataSerializer::ToValue(
|
| const ProcessDataSnapshot& process_data,
|
| - content::ProcessType process_type,
|
| + int process_type,
|
| base::DictionaryValue* dictionary) {
|
| scoped_ptr<base::ListValue> tasks_list(new base::ListValue);
|
| for (std::vector<TaskSnapshot>::const_iterator it =
|
|
|