Index: src/profiler/allocation-tracker.cc |
diff --git a/src/allocation-tracker.cc b/src/profiler/allocation-tracker.cc |
similarity index 98% |
rename from src/allocation-tracker.cc |
rename to src/profiler/allocation-tracker.cc |
index cc6d52258f3d69986b0e32865c5a31f5dc638057..942068ea0884637b5bc1b747a0d9b1b123a3077d 100644 |
--- a/src/allocation-tracker.cc |
+++ b/src/profiler/allocation-tracker.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/allocation-tracker.h" |
+#include "src/profiler/allocation-tracker.h" |
#include "src/frames-inl.h" |
-#include "src/heap-snapshot-generator-inl.h" |
#include "src/objects-inl.h" |
+#include "src/profiler/heap-snapshot-generator-inl.h" |
namespace v8 { |
namespace internal { |