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

Unified Diff: src/safepoint-table.h

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Renamed defines to match new file locations Created 4 years, 3 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
Index: src/safepoint-table.h
diff --git a/src/safepoint-table.h b/src/safepoint-table.h
index fbb0152eb31267d1267a927f59760a9623c5ad32..e0e9d95c488467f8f43844a75a683577ca3a8264 100644
--- a/src/safepoint-table.h
+++ b/src/safepoint-table.h
@@ -8,7 +8,7 @@
#include "src/allocation.h"
#include "src/heap/heap.h"
#include "src/v8memory.h"
-#include "src/zone.h"
+#include "src/zone/zone.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698