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

Unified Diff: src/oprofile-agent.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
Index: src/oprofile-agent.h
diff --git a/src/oprofile-agent.h b/src/oprofile-agent.h
index 75cfe18a2949272ea0ecbd66e1a32bb30c67caab..4c299bfbc6c5b5beb1e1f33d83dfc3c4984648d7 100644
--- a/src/oprofile-agent.h
+++ b/src/oprofile-agent.h
@@ -39,7 +39,8 @@
#include <opagent.h> // NOLINT
#endif
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
class OProfileAgent {
public:
« src/accessors.h ('K') | « src/objects-inl.h ('k') | src/oprofile-agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698