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

Unified Diff: src/messages.h

Issue 115756: Split nested namespaces declaration in two lines in accordance with C++ Style Guide. (Closed)
Patch Set: Created 11 years, 7 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
« src/accessors.h ('K') | « src/memory.h ('k') | src/messages.cc » ('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 1ff10aae891586a535a9e46079796132379cb70d..80ce8eb9ca6b02809e5e9dae726f76ca19d30fe6 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -36,7 +36,8 @@
#include "handles-inl.h"
// Forward declaration of MessageLocation.
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
class MessageLocation;
} } // namespace v8::internal
@@ -57,7 +58,8 @@ class V8Message {
};
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
struct Language;
class SourceInfo;
« src/accessors.h ('K') | « src/memory.h ('k') | src/messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698