| Index: src/profiler/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
|
| similarity index 99%
|
| rename from src/heap-snapshot-generator.h
|
| rename to src/profiler/heap-snapshot-generator.h
|
| index 9a984eef9451bc96383f26a68e25ae944b53e76e..1baebeee9e7f801ef8571d43d89836b36ff68e4e 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/profiler/heap-snapshot-generator.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_HEAP_SNAPSHOT_GENERATOR_H_
|
| -#define V8_HEAP_SNAPSHOT_GENERATOR_H_
|
| +#ifndef V8_PROFILER_HEAP_SNAPSHOT_GENERATOR_H_
|
| +#define V8_PROFILER_HEAP_SNAPSHOT_GENERATOR_H_
|
|
|
| #include "include/v8-profiler.h"
|
| #include "src/base/platform/time.h"
|
| @@ -618,4 +618,4 @@ class HeapSnapshotJSONSerializer {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_HEAP_SNAPSHOT_GENERATOR_H_
|
| +#endif // V8_PROFILER_HEAP_SNAPSHOT_GENERATOR_H_
|
|
|