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

Unified Diff: src/ast/modules.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-value-factory.cc ('k') | src/ast/modules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/modules.h
diff --git a/src/modules.h b/src/ast/modules.h
similarity index 97%
rename from src/modules.h
rename to src/ast/modules.h
index f1dbd2516ac780d2960f496d938790899355a8c1..e3c66dce94dae5a1773599c14366a30d84007f41 100644
--- a/src/modules.h
+++ b/src/ast/modules.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_MODULES_H_
-#define V8_MODULES_H_
+#ifndef V8_AST_MODULES_H_
+#define V8_AST_MODULES_H_
#include "src/zone.h"
@@ -118,4 +118,4 @@ class ModuleDescriptor : public ZoneObject {
} // namespace internal
} // namespace v8
-#endif // V8_MODULES_H_
+#endif // V8_AST_MODULES_H_
« no previous file with comments | « src/ast/ast-value-factory.cc ('k') | src/ast/modules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698