| Index: snapshot/minidump/process_snapshot_minidump.h
|
| diff --git a/snapshot/minidump/process_snapshot_minidump.h b/snapshot/minidump/process_snapshot_minidump.h
|
| index 44ce5d56abcee1ee3b1ee9c8083a849ac909f1b7..76d3b2723280db427666ffe67e160621c077a91d 100644
|
| --- a/snapshot/minidump/process_snapshot_minidump.h
|
| +++ b/snapshot/minidump/process_snapshot_minidump.h
|
| @@ -26,6 +26,7 @@
|
| #include "base/basictypes.h"
|
| #include "minidump/minidump_extensions.h"
|
| #include "snapshot/exception_snapshot.h"
|
| +#include "snapshot/memory_snapshot.h"
|
| #include "snapshot/minidump/module_snapshot_minidump.h"
|
| #include "snapshot/module_snapshot.h"
|
| #include "snapshot/process_snapshot.h"
|
| @@ -65,6 +66,7 @@ class ProcessSnapshotMinidump final : public ProcessSnapshot {
|
| const std::map<std::string, std::string>& AnnotationsSimpleMap()
|
| const override;
|
| const SystemSnapshot* System() const override;
|
| + const MemorySnapshot* Peb() const override;
|
| std::vector<const ThreadSnapshot*> Threads() const override;
|
| std::vector<const ModuleSnapshot*> Modules() const override;
|
| const ExceptionSnapshot* Exception() const override;
|
|
|