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

Unified Diff: src/preparser.cc

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/preparse-data.cc ('k') | src/scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparser.cc
diff --git a/src/preparser.cc b/src/preparser.cc
index a87c434558d0aed6018f19afa9b8f6d648c93e1c..39e8731a758c52bbafcdb2ed8460750b0847719f 100644
--- a/src/preparser.cc
+++ b/src/preparser.cc
@@ -30,10 +30,10 @@
#include "../include/v8stdint.h"
#include "allocation.h"
+#include "base/globals.h"
#include "checks.h"
#include "conversions.h"
#include "conversions-inl.h"
-#include "globals.h"
#include "hashmap.h"
#include "list.h"
#include "preparse-data-format.h"
« no previous file with comments | « src/preparse-data.cc ('k') | src/scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698