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

Unified Diff: src/type-info.h

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month 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/token.cc ('k') | src/type-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-info.h
diff --git a/src/type-info.h b/src/type-info.h
index f92f74cc1ee984a9764e1ed8f9c4942bbfeaf940..13a7f88b66095266fa6320ae5165664bd878575d 100644
--- a/src/type-info.h
+++ b/src/type-info.h
@@ -8,7 +8,7 @@
#include "src/allocation.h"
#include "src/contexts.h"
#include "src/globals.h"
-#include "src/token.h"
+#include "src/parsing/token.h"
#include "src/types.h"
#include "src/zone.h"
« no previous file with comments | « src/token.cc ('k') | src/type-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698