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

Unified Diff: src/typing.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/types-inl.h ('k') | src/typing-asm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing.h
diff --git a/src/typing.h b/src/typing.h
index 8b3e97b67ca67141ab9283c580fd2982c6a973e8..c8d9af82dce11114168becd79586d1e1e44fd3cf 100644
--- a/src/typing.h
+++ b/src/typing.h
@@ -76,6 +76,7 @@ class AstTyper: public AstVisitor {
DISALLOW_COPY_AND_ASSIGN(AstTyper);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_TYPING_H_
« no previous file with comments | « src/types-inl.h ('k') | src/typing-asm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698