Index: src/heap-profiler.cc |
diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc |
index 4b7443a121ff9fde2eca25e15a8b9a831e65dfdb..e576d3b23e9a7a7903bc9d3bdc5989b6c6a57e1e 100644 |
--- a/src/heap-profiler.cc |
+++ b/src/heap-profiler.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "v8.h" |
+#include "src/v8.h" |
-#include "heap-profiler.h" |
+#include "src/heap-profiler.h" |
-#include "allocation-tracker.h" |
-#include "heap-snapshot-generator-inl.h" |
+#include "src/allocation-tracker.h" |
+#include "src/heap-snapshot-generator-inl.h" |
namespace v8 { |
namespace internal { |