| Index: chrome/browser/ui/webui/profiler_ui.cc
|
| diff --git a/chrome/browser/ui/webui/profiler_ui.cc b/chrome/browser/ui/webui/profiler_ui.cc
|
| index a16c05f1e08aa201d5978c023dc86a058a555592..ee9888d08c6826e2d6c738fb193bb9740ce37d64 100644
|
| --- a/chrome/browser/ui/webui/profiler_ui.cc
|
| +++ b/chrome/browser/ui/webui/profiler_ui.cc
|
| @@ -167,8 +167,8 @@ void ProfilerUI::ReceivedProfilerData(
|
| base::ProcessId process_id,
|
| content::ProcessType process_type,
|
| int profiling_phase,
|
| - base::TimeDelta phase_start,
|
| - base::TimeDelta phase_finish,
|
| + base::TimeTicks phase_start,
|
| + base::TimeTicks phase_finish,
|
| const metrics::ProfilerEvents& past_events) {
|
| // Serialize the data to JSON.
|
| base::DictionaryValue json_data;
|
|
|