| 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_
|
|
|