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_ |