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

Unified Diff: src/oprofile-agent.cc

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/oprofile-agent.h ('k') | src/parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/oprofile-agent.cc
diff --git a/src/oprofile-agent.cc b/src/oprofile-agent.cc
index e9f7d3e2faa63cdb28052186c59e0c4af03753b3..c4595b40a91cede4d597373d1d2623f25ed7f866 100644
--- a/src/oprofile-agent.cc
+++ b/src/oprofile-agent.cc
@@ -29,7 +29,8 @@
#include "oprofile-agent.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
#ifdef ENABLE_OPROFILE_AGENT
op_agent_t OProfileAgent::handle_ = NULL;
« src/accessors.h ('K') | « src/oprofile-agent.h ('k') | src/parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698