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

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

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-inl.h ('k') | src/heap/gc-tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.h
diff --git a/src/gc-tracer.h b/src/heap/gc-tracer.h
similarity index 99%
rename from src/gc-tracer.h
rename to src/heap/gc-tracer.h
index d5e47af10f2b5b64c5575cc0b291e0ea89d7bbc1..e6a496eecc75cf88cea8e3bd936067e234b742d3 100644
--- a/src/gc-tracer.h
+++ b/src/heap/gc-tracer.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_GC_TRACER_H_
-#define V8_GC_TRACER_H_
+#ifndef V8_HEAP_GC_TRACER_H_
+#define V8_HEAP_GC_TRACER_H_
namespace v8 {
namespace internal {
@@ -339,4 +339,4 @@ class GCTracer BASE_EMBEDDED {
}
} // namespace v8::internal
-#endif // V8_GC_TRACER_H_
+#endif // V8_HEAP_GC_TRACER_H_
« no previous file with comments | « src/heap-inl.h ('k') | src/heap/gc-tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698