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

Unified Diff: src/builtins.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/bootstrapper.h ('k') | src/cached-powers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index d9129608dcca973aa17ddf9df1232908da042bc4..db4dfed5639520af57b23114115afe6b84bc63d1 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -326,6 +326,7 @@ class Builtins {
DISALLOW_COPY_AND_ASSIGN(Builtins);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_BUILTINS_H_
« no previous file with comments | « src/bootstrapper.h ('k') | src/cached-powers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698