Chromium Code Reviews

Unified Diff: src/string-stream.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/string-search.h ('k') | src/strings-storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index 2f11b182d00684cff90b7726884c567e443d5ff7..03ea0620ad2f240fd977b8338b51b1124e087b8b 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -178,6 +178,7 @@ class StringStream final {
DISALLOW_IMPLICIT_CONSTRUCTORS(StringStream);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_STRING_STREAM_H_
« no previous file with comments | « src/string-search.h ('k') | src/strings-storage.h » ('j') | no next file with comments »

Powered by Google App Engine