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

Unified Diff: src/heap.h

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 years, 11 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
« no previous file with comments | « src/globals.h ('k') | src/libplatform/default-platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index c9101bea9f71687ff9c73f559f081fddc2f137c0..a97072d0d407c9cc0a931081fe5214c21de74fd1 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -32,7 +32,7 @@
#include "allocation.h"
#include "assert-scope.h"
-#include "globals.h"
+#include "base/globals.h"
#include "incremental-marking.h"
#include "list.h"
#include "mark-compact.h"
« no previous file with comments | « src/globals.h ('k') | src/libplatform/default-platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698