Index: test/cctest/compiler/function-tester.h |
diff --git a/test/cctest/compiler/function-tester.h b/test/cctest/compiler/function-tester.h |
index c2b25e5547c09c2befc091076d53e2f3685d924a..48f0b942f6d742e57f964d367a67275317c16382 100644 |
--- a/test/cctest/compiler/function-tester.h |
+++ b/test/cctest/compiler/function-tester.h |
@@ -212,8 +212,8 @@ class FunctionTester : public InitializedHandleScope { |
return function; |
} |
}; |
-} |
-} |
-} // namespace v8::internal::compiler |
+} // namespace compiler |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_CCTEST_COMPILER_FUNCTION_TESTER_H_ |