summaryrefslogtreecommitdiff
path: root/src/mongo/db/background.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-07-08 10:21:21 -0400
committerEliot Horowitz <eliot@10gen.com>2013-07-08 18:11:04 -0400
commit37501173c32474a43dd407a5ac4be74de0ed40a5 (patch)
tree0b3b641b76431760408b9ca3b24bcf98485c2f40 /src/mongo/db/background.h
parentb57980929a4a35b1cb2d03f780f0c8fb8b1bc3b5 (diff)
downloadmongo-37501173c32474a43dd407a5ac4be74de0ed40a5.tar.gz
namespacestring -> namespace_string
Diffstat (limited to 'src/mongo/db/background.h')
-rw-r--r--src/mongo/db/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/background.h b/src/mongo/db/background.h
index bfc48404fb3..0342757106c 100644
--- a/src/mongo/db/background.h
+++ b/src/mongo/db/background.h
@@ -27,7 +27,7 @@
#include <sstream>
#include "mongo/base/string_data.h"
-#include "mongo/db/namespacestring.h"
+#include "mongo/db/namespace_string.h"
#include "mongo/util/concurrency/mutex.h"
namespace mongo {