| Index: snapshot/mac/process_snapshot_mac.h
|
| diff --git a/snapshot/mac/process_snapshot_mac.h b/snapshot/mac/process_snapshot_mac.h
|
| index 6fb726e0a5b31589602d0a8c913cc5a3ef51aab2..1330bc3f9e6996c5cc8c4b65af54da006fa04da2 100644
|
| --- a/snapshot/mac/process_snapshot_mac.h
|
| +++ b/snapshot/mac/process_snapshot_mac.h
|
| @@ -33,6 +33,7 @@
|
| #include "snapshot/mac/process_reader.h"
|
| #include "snapshot/mac/system_snapshot_mac.h"
|
| #include "snapshot/mac/thread_snapshot_mac.h"
|
| +#include "snapshot/memory_map_snapshot.h"
|
| #include "snapshot/module_snapshot.h"
|
| #include "snapshot/process_snapshot.h"
|
| #include "snapshot/system_snapshot.h"
|
| @@ -126,6 +127,7 @@ class ProcessSnapshotMac final : public ProcessSnapshot {
|
| std::vector<const ThreadSnapshot*> Threads() const override;
|
| std::vector<const ModuleSnapshot*> Modules() const override;
|
| const ExceptionSnapshot* Exception() const override;
|
| + const MemoryMapSnapshot* MemoryMap() const override;
|
| std::vector<const MemorySnapshot*> ExtraMemory() const override;
|
|
|
| private:
|
|
|