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

Unified Diff: src/parsing/func-name-inferrer.cc

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/func-name-inferrer.h ('k') | src/parsing/json-parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/func-name-inferrer.cc
diff --git a/src/func-name-inferrer.cc b/src/parsing/func-name-inferrer.cc
similarity index 96%
rename from src/func-name-inferrer.cc
rename to src/parsing/func-name-inferrer.cc
index 5006c03eb6277757d69e3b7af18ee723e30d16f3..12013afd282bec18a947c21a167b9b9f0452ac27 100644
--- a/src/func-name-inferrer.cc
+++ b/src/parsing/func-name-inferrer.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/func-name-inferrer.h"
+#include "src/parsing/func-name-inferrer.h"
-#include "src/ast.h"
-#include "src/ast-value-factory.h"
+#include "src/ast/ast.h"
+#include "src/ast/ast-value-factory.h"
#include "src/list-inl.h"
namespace v8 {
« no previous file with comments | « src/parsing/func-name-inferrer.h ('k') | src/parsing/json-parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698