| Index: components/browser_watcher/postmortem_report_collector.h
|
| diff --git a/components/browser_watcher/postmortem_report_collector.h b/components/browser_watcher/postmortem_report_collector.h
|
| index 8d26698aa0dd734cbf415fcb424c50cd2a4afbdd..4dd768d35063bbc6687e022cc5d4c4bf10d318bf 100644
|
| --- a/components/browser_watcher/postmortem_report_collector.h
|
| +++ b/components/browser_watcher/postmortem_report_collector.h
|
| @@ -101,7 +101,7 @@ class PostmortemReportCollector {
|
| const base::debug::ThreadActivityAnalyzer::Snapshot& snapshot,
|
| ThreadState* thread_state);
|
|
|
| - virtual bool WriteReportToMinidump(const StabilityReport& report,
|
| + virtual bool WriteReportToMinidump(StabilityReport* report,
|
| const crashpad::UUID& client_id,
|
| const crashpad::UUID& report_id,
|
| base::PlatformFile minidump_file);
|
|
|