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

Unified Diff: src/parsing/parameter-initializer-rewriter.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/parsing/json-parser.h ('k') | src/parsing/parameter-initializer-rewriter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parameter-initializer-rewriter.h
diff --git a/src/parameter-initializer-rewriter.h b/src/parsing/parameter-initializer-rewriter.h
similarity index 71%
rename from src/parameter-initializer-rewriter.h
rename to src/parsing/parameter-initializer-rewriter.h
index a195cb600ff7cca8e70718538d4fb4d6d8c39d61..255534c99e73a6cdc26a425ea5cc3f28235259b4 100644
--- a/src/parameter-initializer-rewriter.h
+++ b/src/parsing/parameter-initializer-rewriter.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_PARAMETER_EXPRESSION_REWRITER_H_
-#define V8_PARAMETER_EXPRESSION_REWRITER_H_
+#ifndef V8_PARSING_PARAMETER_EXPRESSION_REWRITER_H_
+#define V8_PARSING_PARAMETER_EXPRESSION_REWRITER_H_
-#include "src/ast.h"
+#include "src/ast/ast.h"
namespace v8 {
namespace internal {
@@ -19,4 +19,4 @@ void RewriteParameterInitializerScope(uintptr_t stack_limit,
} // namespace internal
} // namespace v8
-#endif // V8_PARAMETER_EXPRESSION_REWRITER_H_
+#endif // V8_PARSING_PARAMETER_EXPRESSION_REWRITER_H_
« no previous file with comments | « src/parsing/json-parser.h ('k') | src/parsing/parameter-initializer-rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698