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

Unified Diff: src/messages.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/macro-assembler.h ('k') | src/mips/assembler-mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index bb78f3d0a582f41acfceadf5dbfd9d907f75a681..2c574a5b3658f294231e925b28f08d16b30ea6a8 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -490,6 +490,7 @@ class ErrorToStringHelper {
List<Handle<JSObject> > visited_;
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_MESSAGES_H_
« no previous file with comments | « src/macro-assembler.h ('k') | src/mips/assembler-mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698