summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/health.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/health.cpp')
-rw-r--r--src/mongo/db/repl/health.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mongo/db/repl/health.cpp b/src/mongo/db/repl/health.cpp
index 62c573a9428..420200c9a25 100644
--- a/src/mongo/db/repl/health.cpp
+++ b/src/mongo/db/repl/health.cpp
@@ -47,12 +47,10 @@
#include "mongo/util/ramlog.h"
namespace mongo {
+namespace replset {
/* decls for connections.h */
ScopedConn::M& ScopedConn::_map = *(new ScopedConn::M());
mutex ScopedConn::mapMutex("ScopedConn::mapMutex");
-}
-
-namespace mongo {
using namespace mongoutils::html;
using namespace bson;
@@ -468,4 +466,5 @@ namespace mongo {
if( replSetBlind )
b.append("blind",true); // to avoid confusion if set...normally never set except for testing.
}
-}
+} // namespace replset
+} // namespace mongo