Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 9892e0e42c89c4d67d675b4b465d4893df05a33e..ff93c57196170c1f1d068c034804dc4b89dd15aa 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -969,7 +969,7 @@ class MarkCompactCollector { |
List<Page*> evacuation_candidates_; |
- SmartPointer<FreeList> free_list_old_space_; |
+ base::SmartPointer<FreeList> free_list_old_space_; |
friend class Heap; |
}; |