| Index: snapshot/win/module_snapshot_win.h
|
| diff --git a/snapshot/win/module_snapshot_win.h b/snapshot/win/module_snapshot_win.h
|
| index ee4f3ffc490b8296623b745f022260727e18e0ed..7cdcc5668eb632ef470d513eac2864b27376e008 100644
|
| --- a/snapshot/win/module_snapshot_win.h
|
| +++ b/snapshot/win/module_snapshot_win.h
|
| @@ -80,7 +80,7 @@ class ModuleSnapshotWin final : public ModuleSnapshot {
|
| uint16_t* version_2,
|
| uint16_t* version_3) const override;
|
| ModuleType GetModuleType() const override;
|
| - void UUID(crashpad::UUID* uuid) const override;
|
| + void UUIDAndAge(crashpad::UUID* uuid, uint32_t* age) const override;
|
| std::vector<std::string> AnnotationsVector() const override;
|
| std::map<std::string, std::string> AnnotationsSimpleMap() const override;
|
|
|
|
|