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

Unified Diff: src/heap/gc-tracer.cc

Issue 437993003: Move a bunch of GC related files to heap/ subdirectory (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: make presubmit happy Created 6 years, 4 months 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/heap/gc-tracer.h ('k') | src/heap/heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.cc
diff --git a/src/gc-tracer.cc b/src/heap/gc-tracer.cc
similarity index 99%
rename from src/gc-tracer.cc
rename to src/heap/gc-tracer.cc
index 8d4c4de3d7d7487fbf40a0992b28e1f3729ab4af..540fafa5a7a297e61109dedc775503243b376c1f 100644
--- a/src/gc-tracer.cc
+++ b/src/heap/gc-tracer.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#include "src/gc-tracer.h"
+#include "src/heap/gc-tracer.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/heap/gc-tracer.h ('k') | src/heap/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698