Chromium Code Reviews| Index: src/profiler/cpu-profiler.h |
| diff --git a/src/profiler/cpu-profiler.h b/src/profiler/cpu-profiler.h |
| index 2d6732725a8481679b48295d2e0ba285841ad78b..2326bb765283b4b1b4cb79232ff7978faf53ee40 100644 |
| --- a/src/profiler/cpu-profiler.h |
| +++ b/src/profiler/cpu-profiler.h |
| @@ -270,7 +270,8 @@ class CpuProfiler : public CodeEventListener { |
| DISALLOW_COPY_AND_ASSIGN(CpuProfiler); |
| }; |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_PROFILER_CPU_PROFILER_H_ |