| Index: src/profiler/profile-generator.cc
|
| diff --git a/src/profile-generator.cc b/src/profiler/profile-generator.cc
|
| similarity index 99%
|
| rename from src/profile-generator.cc
|
| rename to src/profiler/profile-generator.cc
|
| index b6b97bf40181d1759171cc70f3ae4314aca3b766..f3592bba6541cdd34cfbe771ed5fe563ec893d8e 100644
|
| --- a/src/profile-generator.cc
|
| +++ b/src/profiler/profile-generator.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/profile-generator.h"
|
| +#include "src/profiler/profile-generator.h"
|
|
|
| #include "src/compiler.h"
|
| #include "src/debug/debug.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/global-handles.h"
|
| -#include "src/profile-generator-inl.h"
|
| -#include "src/sampler.h"
|
| +#include "src/profiler/profile-generator-inl.h"
|
| +#include "src/profiler/sampler.h"
|
| #include "src/scopeinfo.h"
|
| #include "src/splay-tree-inl.h"
|
| #include "src/unicode.h"
|
|
|