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

Unified Diff: src/ast/ast-expression-visitor.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/ast/ast.cc ('k') | src/ast/ast-expression-visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast-expression-visitor.h
diff --git a/src/ast-expression-visitor.h b/src/ast/ast-expression-visitor.h
similarity index 86%
rename from src/ast-expression-visitor.h
rename to src/ast/ast-expression-visitor.h
index a4bf34d63fe9463495db015cb2c0524cb40298d7..cda624d5b7a45e214ed590bdf6920a2b3430ef7d 100644
--- a/src/ast-expression-visitor.h
+++ b/src/ast/ast-expression-visitor.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_AST_EXPRESSION_VISITOR_H_
-#define V8_AST_EXPRESSION_VISITOR_H_
+#ifndef V8_AST_AST_EXPRESSION_VISITOR_H_
+#define V8_AST_AST_EXPRESSION_VISITOR_H_
#include "src/allocation.h"
-#include "src/ast.h"
+#include "src/ast/ast.h"
+#include "src/ast/scopes.h"
#include "src/effects.h"
-#include "src/scopes.h"
#include "src/type-info.h"
#include "src/types.h"
#include "src/zone.h"
@@ -47,4 +47,4 @@ class AstExpressionVisitor : public AstVisitor {
} // namespace internal
} // namespace v8
-#endif // V8_AST_EXPRESSION_VISITOR_H_
+#endif // V8_AST_AST_EXPRESSION_VISITOR_H_
« no previous file with comments | « src/ast/ast.cc ('k') | src/ast/ast-expression-visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698