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

Unified Diff: src/hydrogen-types.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/hydrogen-store-elimination.h ('k') | src/hydrogen-uint32-analysis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-types.h
diff --git a/src/hydrogen-types.h b/src/hydrogen-types.h
index fe13345f76aa412174660ae3c13e6cec8671a33b..ebfbac30d4802d6a8db537f7c6dd10eabcb3dd07 100644
--- a/src/hydrogen-types.h
+++ b/src/hydrogen-types.h
@@ -86,6 +86,7 @@ class HType final {
std::ostream& operator<<(std::ostream& os, const HType& t);
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // HYDROGEN_TYPES_H_
« no previous file with comments | « src/hydrogen-store-elimination.h ('k') | src/hydrogen-uint32-analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698