| Index: src/profiler/heap-profiler.cc
|
| diff --git a/src/heap-profiler.cc b/src/profiler/heap-profiler.cc
|
| similarity index 97%
|
| rename from src/heap-profiler.cc
|
| rename to src/profiler/heap-profiler.cc
|
| index ebf3d5629ebf83dbd9efb40b7f5a6ce79f88a28f..3f776e05a81ea8df5f4980eefd662bab96b8f794 100644
|
| --- a/src/heap-profiler.cc
|
| +++ b/src/profiler/heap-profiler.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/heap-profiler.h"
|
| +#include "src/profiler/heap-profiler.h"
|
|
|
| -#include "src/allocation-tracker.h"
|
| #include "src/api.h"
|
| -#include "src/heap-snapshot-generator-inl.h"
|
| +#include "src/profiler/allocation-tracker.h"
|
| +#include "src/profiler/heap-snapshot-generator-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|