Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 4936f8f3831160e30fb9c3994ef47d096af4e8ce..bebf40a37641048ecb33f0f5c5c41751991c9984 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -689,6 +689,8 @@ class HeapSnapshot { |
bool entries_sorted_; |
List<HeapEntryCalculatedData> calculated_data_; |
+ friend class HeapSnapshotTester; |
+ |
DISALLOW_COPY_AND_ASSIGN(HeapSnapshot); |
}; |