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

Unified Diff: test/cctest/test-heap-profiler.cc

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. 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
« no previous file with comments | « test/cctest/test-feedback-vector.cc ('k') | test/cctest/test-identity-map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-heap-profiler.cc
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
index 55e553868b5f5534c9f2a018d6218dc810e8f00e..909aba0d74216deb77fa732b9a8c37f4a915db53 100644
--- a/test/cctest/test-heap-profiler.cc
+++ b/test/cctest/test-heap-profiler.cc
@@ -1351,7 +1351,8 @@ class TestActivityControl : public v8::ActivityControl {
int total_;
int abort_count_;
};
-}
+
+} // namespace
TEST(TakeHeapSnapshotAborting) {
@@ -1444,7 +1445,8 @@ class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
i::List<TestRetainedObjectInfo*> TestRetainedObjectInfo::instances;
-}
+
+} // namespace
static const v8::HeapGraphNode* GetNode(const v8::HeapGraphNode* parent,
« no previous file with comments | « test/cctest/test-feedback-vector.cc ('k') | test/cctest/test-identity-map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698