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

Unified Diff: src/factory.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/diy-fp.cc ('k') | src/full-codegen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 8ca9d481d805da40e4e7ca510bf9686bae9518aa..e554b7f800176ce70c02a9fe5ae6840c528470be 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -28,7 +28,7 @@
#ifndef V8_FACTORY_H_
#define V8_FACTORY_H_
-#include "globals.h"
+#include "base/globals.h"
#include "handles.h"
#include "heap.h"
« no previous file with comments | « src/diy-fp.cc ('k') | src/full-codegen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698