Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: src/heap/memory-reducer.cc

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap/memory-reducer.cc
diff --git a/src/heap/memory-reducer.cc b/src/heap/memory-reducer.cc
index 115e376f2e223657aa2d35d5d4d9daedde300469..28c9feddd783ffe923917a4b5b2a21f3457735a7 100644
--- a/src/heap/memory-reducer.cc
+++ b/src/heap/memory-reducer.cc
@@ -225,5 +225,5 @@ void MemoryReducer::ScheduleTimer(double delay_ms) {
void MemoryReducer::TearDown() { state_ = State(kDone, 0, 0, 0.0); }
-} // internal
-} // v8
+} // namespace internal
+} // namespace v8
« no previous file with comments | « src/heap/mark-compact.h ('k') | src/heap/objects-visiting.h » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698