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

Unified Diff: test/cctest/expression-type-collector.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/expression-type-collector.h ('k') | test/cctest/gay-fixed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/expression-type-collector.cc
diff --git a/test/cctest/expression-type-collector.cc b/test/cctest/expression-type-collector.cc
index 9ab85edf82c8087df2922b44a718d4871859ef50..d3fa3e897314eeb8590edff90aa0880366717ce9 100644
--- a/test/cctest/expression-type-collector.cc
+++ b/test/cctest/expression-type-collector.cc
@@ -24,7 +24,8 @@ struct {
AST_NODE_LIST(DECLARE_VISIT)
#undef DECLARE_VISIT
};
-}
+
+} // namespace
ExpressionTypeCollector::ExpressionTypeCollector(
@@ -57,5 +58,6 @@ void ExpressionTypeCollector::VisitExpression(Expression* expression) {
}
result_->push_back(e);
}
-}
-}
+
+} // namespace internal
+} // namespace v8
« no previous file with comments | « test/cctest/expression-type-collector.h ('k') | test/cctest/gay-fixed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698