| Index: chrome/browser/ui/webui/profiler_ui.h
|
| diff --git a/chrome/browser/ui/webui/profiler_ui.h b/chrome/browser/ui/webui/profiler_ui.h
|
| index 8835d49b70c926d6ab809941fe2bea4c161d6a4f..a31a8f0dcfcd41a73ad0a425a022fee16e09a88f 100644
|
| --- a/chrome/browser/ui/webui/profiler_ui.h
|
| +++ b/chrome/browser/ui/webui/profiler_ui.h
|
| @@ -26,8 +26,8 @@ class ProfilerUI : public content::WebUIController,
|
| 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) override;
|
|
|
| // Used to get |weak_ptr_| to self on the UI thread.
|
|
|