Index: test/cctest/test-cpu-profiler.cc |
diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc |
index ce422b5b6ba179f257743a2d169ee5b81c1ee97e..5a504a4f69a96ef92a88a1612a111cd4bb449f3c 100644 |
--- a/test/cctest/test-cpu-profiler.cc |
+++ b/test/cctest/test-cpu-profiler.cc |
@@ -27,14 +27,14 @@ |
// |
// Tests of profiles generator and utilities. |
-#include "v8.h" |
-#include "cpu-profiler-inl.h" |
-#include "cctest.h" |
-#include "platform.h" |
-#include "profiler-extension.h" |
-#include "smart-pointers.h" |
-#include "utils.h" |
-#include "../include/v8-profiler.h" |
+#include "src/v8.h" |
+#include "src/cpu-profiler-inl.h" |
+#include "test/cctest/cctest.h" |
+#include "src/platform.h" |
+#include "test/cctest/profiler-extension.h" |
+#include "src/smart-pointers.h" |
+#include "src/utils.h" |
+#include "include/v8-profiler.h" |
using i::CodeEntry; |
using i::CpuProfile; |
using i::CpuProfiler; |