| Index: components/browser_watcher/postmortem_report_collector.cc
|
| diff --git a/components/browser_watcher/postmortem_report_collector.cc b/components/browser_watcher/postmortem_report_collector.cc
|
| index 24cb0b67c018d61b56fecc4ddeb07ba09e342ebf..cb323d4cfd19237431821f232a4fa294f5d42af1 100644
|
| --- a/components/browser_watcher/postmortem_report_collector.cc
|
| +++ b/components/browser_watcher/postmortem_report_collector.cc
|
| @@ -21,7 +21,7 @@ using base::FilePath;
|
|
|
| namespace browser_watcher {
|
|
|
| -using base::debug::ActivitySnapshot;
|
| +using ActivitySnapshot = base::debug::ThreadActivityAnalyzer::Snapshot;
|
| using base::debug::GlobalActivityAnalyzer;
|
| using base::debug::ThreadActivityAnalyzer;
|
| using crashpad::CrashReportDatabase;
|
| @@ -199,7 +199,7 @@ PostmortemReportCollector::CollectionStatus PostmortemReportCollector::Collect(
|
| }
|
|
|
| void PostmortemReportCollector::CollectThread(
|
| - const base::debug::ActivitySnapshot& snapshot,
|
| + const base::debug::ThreadActivityAnalyzer::Snapshot& snapshot,
|
| ThreadState* thread_state) {
|
| DCHECK(thread_state);
|
|
|
|
|