| Index: chrome/browser/ui/webui/profiler_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/profiler_ui.h (revision 189692)
|
| +++ chrome/browser/ui/webui/profiler_ui.h (working copy)
|
| @@ -23,7 +23,7 @@
|
| // TrackingSynchronizerObserver:
|
| virtual void ReceivedProfilerData(
|
| const tracked_objects::ProcessDataSnapshot& profiler_data,
|
| - content::ProcessType process_type) OVERRIDE;
|
| + int process_type) OVERRIDE;
|
|
|
| // Used to get |weak_ptr_| to self on the UI thread.
|
| base::WeakPtrFactory<ProfilerUI> weak_ptr_factory_;
|
|
|