Chromium Code Reviews| Index: src/ic/ic-compiler.h |
| diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h |
| index ee6597d59d04b32a99407ec21844f29cace20244..ff32404afa602a95c1f319bd6a30ef89d45c38f8 100644 |
| --- a/src/ic/ic-compiler.h |
| +++ b/src/ic/ic-compiler.h |
| @@ -125,7 +125,7 @@ class PropertyICCompiler : public PropertyAccessCompiler { |
| }; |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_IC_IC_COMPILER_H_ |