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

Unified Diff: src/typing-reset.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/typing-asm.cc ('k') | src/typing-reset.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing-reset.h
diff --git a/src/typing-reset.h b/src/typing-reset.h
index b809eb21618084ea8475bba2566cfb4b498c8e82..4e589a37d3ece8ff0c7d0fc461db26e9e81a9800 100644
--- a/src/typing-reset.h
+++ b/src/typing-reset.h
@@ -20,7 +20,7 @@ class TypingReseter : public AstExpressionVisitor {
protected:
void VisitExpression(Expression* expression) override;
};
-}
-} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_TYPING_RESET_H_
« no previous file with comments | « src/typing-asm.cc ('k') | src/typing-reset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698