diff options
Diffstat (limited to 'src/mongo/db/repl/bgsync.h')
-rw-r--r-- | src/mongo/db/repl/bgsync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/bgsync.h b/src/mongo/db/repl/bgsync.h index cff97b2e923..9539d11aa0f 100644 --- a/src/mongo/db/repl/bgsync.h +++ b/src/mongo/db/repl/bgsync.h @@ -36,7 +36,7 @@ #include "mongo/db/jsobj.h" namespace mongo { -namespace replset { +namespace repl { // This interface exists to facilitate easier testing; // the test infrastructure implements these functions with stubs. @@ -141,5 +141,5 @@ namespace replset { }; -} // namespace replset +} // namespace repl } // namespace mongo |