| Index: test/cctest/test-profile-generator.cc
|
| diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc
|
| index c3198b1512f6f531df28f6114b86f07ccf7b2d85..c32d3a946cab8d7fbb8f755ae95c6458775cd9c5 100644
|
| --- a/test/cctest/test-profile-generator.cc
|
| +++ b/test/cctest/test-profile-generator.cc
|
| @@ -27,12 +27,12 @@
|
| //
|
| // Tests of profiles generator and utilities.
|
|
|
| -#include "v8.h"
|
| -#include "profile-generator-inl.h"
|
| -#include "profiler-extension.h"
|
| -#include "cctest.h"
|
| -#include "cpu-profiler.h"
|
| -#include "../include/v8-profiler.h"
|
| +#include "src/v8.h"
|
| +#include "src/profile-generator-inl.h"
|
| +#include "test/cctest/profiler-extension.h"
|
| +#include "test/cctest/cctest.h"
|
| +#include "src/cpu-profiler.h"
|
| +#include "include/v8-profiler.h"
|
|
|
| using i::CodeEntry;
|
| using i::CodeMap;
|
|
|