Index: content/browser/profiler_controller_impl.cc |
diff --git a/content/browser/profiler_controller_impl.cc b/content/browser/profiler_controller_impl.cc |
index 27c95ed9138ecae2ca4cf5534dd68b87e382b98a..84d7920c6c6411022fca4ea2f2a08f95be397634 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, |