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

Unified Diff: src/splay-tree.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/snapshot/snapshot-source-sink.h ('k') | src/splay-tree-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/splay-tree.h
diff --git a/src/splay-tree.h b/src/splay-tree.h
index 30e5d6787f3ee62ea014f8c28f60bcc6281f3f3f..bee8429e39d82494d853ee423eedb156162c43cc 100644
--- a/src/splay-tree.h
+++ b/src/splay-tree.h
@@ -198,6 +198,7 @@ class SplayTree {
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_SPLAY_TREE_H_
« no previous file with comments | « src/snapshot/snapshot-source-sink.h ('k') | src/splay-tree-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698