summaryrefslogtreecommitdiffstats
path: root/content/browser/profiler_controller_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/profiler_controller_impl.cc')
-rw-r--r--content/browser/profiler_controller_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/profiler_controller_impl.cc b/content/browser/profiler_controller_impl.cc
index fcf61ea..00088ce 100644
--- a/content/browser/profiler_controller_impl.cc
+++ b/content/browser/profiler_controller_impl.cc
@@ -40,7 +40,7 @@ void ProfilerControllerImpl::OnPendingProcesses(int sequence_number,
void ProfilerControllerImpl::OnProfilerDataCollected(
int sequence_number,
const tracked_objects::ProcessDataSnapshot& profiler_data,
- ProcessType process_type) {
+ int process_type) {
if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
BrowserThread::PostTask(
BrowserThread::UI, FROM_HERE,