Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: src/heap/mark-compact.h

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove some unecessary header includes Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« BUILD.gn ('K') | « src/heap-profiler.h ('k') | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« BUILD.gn ('K') | « src/heap-profiler.h ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698