Chromium Code Reviews

Unified Diff: test/cctest/profiler-extension.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/profiler-extension.h
diff --git a/test/cctest/profiler-extension.h b/test/cctest/profiler-extension.h
index 6f816b33fba847fdf7bfa57f24f7aed822a7ae1e..093a76e78d8a689be96b9f0eb5d9fa0e8fc814dc 100644
--- a/test/cctest/profiler-extension.h
+++ b/test/cctest/profiler-extension.h
@@ -49,6 +49,7 @@ class ProfilerExtension : public v8::Extension {
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif

Powered by Google App Engine