Index: snapshot/mac/module_snapshot_mac.h |
diff --git a/snapshot/mac/module_snapshot_mac.h b/snapshot/mac/module_snapshot_mac.h |
index 198eae962f30c400979ea9235a256a1e3053605b..42b147030e130712464c373ed416797d2ac6fe16 100644 |
--- a/snapshot/mac/module_snapshot_mac.h |
+++ b/snapshot/mac/module_snapshot_mac.h |
@@ -76,6 +76,7 @@ class ModuleSnapshotMac final : public ModuleSnapshot { |
uint16_t* version_3) const override; |
ModuleType GetModuleType() const override; |
void UUIDAndAge(crashpad::UUID* uuid, uint32_t* age) const override; |
+ std::string DebugFileName() const override; |
std::vector<std::string> AnnotationsVector() const override; |
std::map<std::string, std::string> AnnotationsSimpleMap() const override; |