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

Unified Diff: src/profiler/heap-snapshot-generator.h

Issue 1356223004: Move heap and CPU profilers into a dedicated directory. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 years, 3 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/profiler/heap-profiler.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « src/profiler/heap-profiler.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698