| Index: content/browser/profiler_controller_impl.cc
|
| ===================================================================
|
| --- content/browser/profiler_controller_impl.cc (revision 189692)
|
| +++ content/browser/profiler_controller_impl.cc (working copy)
|
| @@ -40,7 +40,7 @@
|
| 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,
|
|
|