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

Unified Diff: src/allocation.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 | « no previous file | src/atomicops.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/allocation.h
diff --git a/src/allocation.h b/src/allocation.h
index 380fa05ff37d2bf89a8d5bee2d05fb1291d0ed9b..62665a0f1cbdc372d7dfb3fbed576a8d9020b1a3 100644
--- a/src/allocation.h
+++ b/src/allocation.h
@@ -28,7 +28,7 @@
#ifndef V8_ALLOCATION_H_
#define V8_ALLOCATION_H_
-#include "globals.h"
+#include "base/globals.h"
namespace v8 {
namespace internal {
« no previous file with comments | « no previous file | src/atomicops.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698