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 d776a50ccb2ac646e0c5cbd215c673a3672250d1..abc1da37d22a2adc0008b0523b0ac82b928af472 100644 |
--- a/components/browser_watcher/postmortem_report_collector.h |
+++ b/components/browser_watcher/postmortem_report_collector.h |
@@ -15,7 +15,7 @@ |
#include <string> |
#include <vector> |
-#include "base/debug/activity_tracker.h" |
+#include "base/debug/activity_analyzer.h" |
#include "base/files/file.h" |
#include "base/files/file_path.h" |
#include "base/gtest_prod_util.h" |
@@ -88,8 +88,9 @@ class PostmortemReportCollector { |
// TODO(manzagop): move this for reuse in live scenario. |
virtual CollectionStatus Collect(const base::FilePath& debug_state_file, |
std::unique_ptr<StabilityReport>* report); |
- void CollectThread(const base::debug::ActivitySnapshot& snapshot, |
- ThreadState* thread_state); |
+ void CollectThread( |
+ const base::debug::ThreadActivityAnalyzer::Snapshot& snapshot, |
+ ThreadState* thread_state); |
virtual bool WriteReportToMinidump(const StabilityReport& report, |
const crashpad::UUID& client_id, |