| Index: src/profiler/cpu-profiler.cc | 
| diff --git a/src/cpu-profiler.cc b/src/profiler/cpu-profiler.cc | 
| similarity index 99% | 
| rename from src/cpu-profiler.cc | 
| rename to src/profiler/cpu-profiler.cc | 
| index 19d61e36e1c27760322ad952148fe0c385d34b60..c4216ed47859a5f24833ab6dc1824860cb00dea5 100644 | 
| --- a/src/cpu-profiler.cc | 
| +++ b/src/profiler/cpu-profiler.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/cpu-profiler.h" | 
| +#include "src/profiler/cpu-profiler.h" | 
|  | 
| #include "src/compiler.h" | 
| -#include "src/cpu-profiler-inl.h" | 
| #include "src/deoptimizer.h" | 
| #include "src/frames-inl.h" | 
| #include "src/hashmap.h" | 
| #include "src/log-inl.h" | 
| +#include "src/profiler/cpu-profiler-inl.h" | 
| #include "src/vm-state-inl.h" | 
|  | 
| #include "include/v8-profiler.h" | 
|  |