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

Unified Diff: src/ast-value-factory.h

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 | « src/ast-literal-reindexer.cc ('k') | src/ast-value-factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index 69fc6cc2f459c3763c0808a4a8e6ae209b703341..c2bfb83ac0a4e35d046bc95cf5601149c887e856 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -366,7 +366,8 @@ class AstValueFactory {
OTHER_CONSTANTS(F)
#undef F
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#undef STRING_CONSTANTS
#undef OTHER_CONSTANTS
« no previous file with comments | « src/ast-literal-reindexer.cc ('k') | src/ast-value-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698