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

Unified Diff: src/ast/scopeinfo.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/prettyprinter.cc ('k') | src/ast/scopeinfo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/scopeinfo.h
diff --git a/src/scopeinfo.h b/src/ast/scopeinfo.h
similarity index 97%
rename from src/scopeinfo.h
rename to src/ast/scopeinfo.h
index 2afc667c30e7023aac9fa7254af59817a42e1c14..489a672ed8d39f54ec575b5e31faa779fcbac40c 100644
--- a/src/scopeinfo.h
+++ b/src/ast/scopeinfo.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_SCOPEINFO_H_
-#define V8_SCOPEINFO_H_
+#ifndef V8_AST_SCOPEINFO_H_
+#define V8_AST_SCOPEINFO_H_
#include "src/allocation.h"
-#include "src/modules.h"
-#include "src/variables.h"
+#include "src/ast/modules.h"
+#include "src/ast/variables.h"
namespace v8 {
namespace internal {
@@ -172,4 +172,4 @@ class ModuleInfo: public FixedArray {
} // namespace internal
} // namespace v8
-#endif // V8_SCOPEINFO_H_
+#endif // V8_AST_SCOPEINFO_H_
« no previous file with comments | « src/ast/prettyprinter.cc ('k') | src/ast/scopeinfo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698