| Index: content/browser/profiler_controller_impl.h
|
| diff --git a/content/browser/profiler_controller_impl.h b/content/browser/profiler_controller_impl.h
|
| index 44e160c9a5dc2839a6554b54a8fc837539f960ac..d62f38955dd42c4b0c56b1cf0acf18d08933435e 100644
|
| --- a/content/browser/profiler_controller_impl.h
|
| +++ b/content/browser/profiler_controller_impl.h
|
| @@ -39,7 +39,7 @@ class ProfilerControllerImpl : public ProfilerController {
|
| void OnProfilerDataCollected(
|
| int sequence_number,
|
| const tracked_objects::ProcessDataSnapshot& profiler_data,
|
| - int process_type);
|
| + content::ProcessType process_type);
|
|
|
| // ProfilerController implementation:
|
| void Register(ProfilerSubscriber* subscriber) override;
|
|
|