Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: components/browser_watcher/stability_report_extractor.h

Issue 2859223002: [TEST ONLY] Run tests for 2860863003 (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/browser_watcher/stability_report_extractor.h
diff --git a/components/browser_watcher/postmortem_report_extractor.h b/components/browser_watcher/stability_report_extractor.h
similarity index 84%
rename from components/browser_watcher/postmortem_report_extractor.h
rename to components/browser_watcher/stability_report_extractor.h
index bc7186b191a5c888d6e7c82f8780061c66eda80f..5ff90339e34013b2b072b30203224d88c1eb194c 100644
--- a/components/browser_watcher/postmortem_report_extractor.h
+++ b/components/browser_watcher/stability_report_extractor.h
@@ -4,8 +4,8 @@
//
// Implementation of the collection of a stability file to a protocol buffer.
-#ifndef COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_EXTRACTOR_H_
-#define COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_EXTRACTOR_H_
+#ifndef COMPONENTS_BROWSER_WATCHER_STABILITY_REPORT_EXTRACTOR_H_
+#define COMPONENTS_BROWSER_WATCHER_STABILITY_REPORT_EXTRACTOR_H_
#include "base/files/file_path.h"
#include "components/browser_watcher/stability_report.pb.h"
@@ -33,4 +33,4 @@ CollectionStatus Extract(const base::FilePath& stability_file,
} // namespace browser_watcher
-#endif // COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_EXTRACTOR_H_
+#endif // COMPONENTS_BROWSER_WATCHER_STABILITY_REPORT_EXTRACTOR_H_
« no previous file with comments | « components/browser_watcher/stability_paths.cc ('k') | components/browser_watcher/stability_report_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698