Chromium Code Reviews

Unified Diff: src/profiler/circular-queue.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: src/profiler/circular-queue.h
diff --git a/src/profiler/circular-queue.h b/src/profiler/circular-queue.h
index 3508b371c46ca3e99e8548818467c50a9244f5b5..272843bb2df120480638082553988d6fc35704a9 100644
--- a/src/profiler/circular-queue.h
+++ b/src/profiler/circular-queue.h
@@ -63,6 +63,7 @@ class SamplingCircularQueue {
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_PROFILER_CIRCULAR_QUEUE_H_

Powered by Google App Engine