| Index: chrome/browser/ui/webui/profiler_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/profiler_ui.cc (revision 189692)
|
| +++ chrome/browser/ui/webui/profiler_ui.cc (working copy)
|
| @@ -173,7 +173,7 @@
|
|
|
| void ProfilerUI::ReceivedProfilerData(
|
| const tracked_objects::ProcessDataSnapshot& profiler_data,
|
| - content::ProcessType process_type) {
|
| + int process_type) {
|
| // Serialize the data to JSON.
|
| DictionaryValue json_data;
|
| task_profiler::TaskProfilerDataSerializer::ToValue(profiler_data,
|
|
|