From 37501173c32474a43dd407a5ac4be74de0ed40a5 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 8 Jul 2013 10:21:21 -0400 Subject: namespacestring -> namespace_string --- src/mongo/db/background.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/background.h') 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 #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 { -- cgit v1.2.1