| Index: content/browser/profiler_controller_impl.cc
|
| diff --git a/content/browser/profiler_controller_impl.cc b/content/browser/profiler_controller_impl.cc
|
| index 53126282d219f7304efce7af30da31cacb798d10..98fd2c068ac377ccde4b6025ab2758721c1fa738 100644
|
| --- a/content/browser/profiler_controller_impl.cc
|
| +++ b/content/browser/profiler_controller_impl.cc
|
| @@ -41,7 +41,7 @@ void ProfilerControllerImpl::OnPendingProcesses(int sequence_number,
|
| void ProfilerControllerImpl::OnProfilerDataCollected(
|
| int sequence_number,
|
| const tracked_objects::ProcessDataSnapshot& profiler_data,
|
| - int process_type) {
|
| + content::ProcessType process_type) {
|
| if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
|
| BrowserThread::PostTask(
|
| BrowserThread::UI, FROM_HERE,
|
|
|