Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index eff443d926a883561d05c3833e9b22b7720ac6b4..0d57929d060fe4dd5df60f7b97cc3c615d84eb0d 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -39,6 +39,7 @@ class RuntimeProfiler { |
| bool any_ic_changed_; |
| }; |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_RUNTIME_PROFILER_H_ |