Index: src/profiler/heap-snapshot-generator.h |
diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h |
index 857f2401bf08cc5cccf6fd40bc3e8daadcd138c1..e090ada4638329327742d3c5f34aca8b1a2cecba 100644 |
--- a/src/profiler/heap-snapshot-generator.h |
+++ b/src/profiler/heap-snapshot-generator.h |
@@ -8,6 +8,7 @@ |
#include "include/v8-profiler.h" |
#include "src/base/platform/time.h" |
#include "src/objects.h" |
+#include "src/profiler/heap-profiler.h" |
#include "src/profiler/strings-storage.h" |
namespace v8 { |
@@ -565,8 +566,6 @@ class HeapSnapshotGenerator : public SnapshottingProgressReportingInterface { |
DISALLOW_COPY_AND_ASSIGN(HeapSnapshotGenerator); |
}; |
-class OutputStreamWriter; |
- |
class HeapSnapshotJSONSerializer { |
public: |
explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot) |