Index: test/cctest/expression-type-collector.h |
diff --git a/test/cctest/expression-type-collector.h b/test/cctest/expression-type-collector.h |
index 2175f5a0451262f26c1462c2280e09950626cb03..e9ab36258ecadbd1868c25363e8fc60f2bc28955 100644 |
--- a/test/cctest/expression-type-collector.h |
+++ b/test/cctest/expression-type-collector.h |
@@ -33,7 +33,7 @@ class ExpressionTypeCollector : public AstExpressionVisitor { |
private: |
ZoneVector<ExpressionTypeEntry>* result_; |
}; |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_EXPRESSION_TYPE_COLLECTOR_H_ |