summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2014-12-08 15:57:58 -0500
committerGeert Bosch <geert@mongodb.com>2014-12-16 12:26:05 -0500
commitbc64649a70fe366c46ffab601fc378dbc4286e1c (patch)
tree95bfde312b2fe6f3cd053a580a9fb61689221160 /src/mongo/db/concurrency/fast_map_noalloc_test.cpp
parent98a27c300434ce21c5a0c29d7bd3304964cf0063 (diff)
downloadmongo-bc64649a70fe366c46ffab601fc378dbc4286e1c.tar.gz
SERVER-14668: Rename lock_mgr_new to lock_manager
Diffstat (limited to 'src/mongo/db/concurrency/fast_map_noalloc_test.cpp')
-rw-r--r--src/mongo/db/concurrency/fast_map_noalloc_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/fast_map_noalloc_test.cpp b/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
index bb20e0c6a05..70810cb6b5a 100644
--- a/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
+++ b/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
@@ -30,7 +30,7 @@
#include <string>
#include "mongo/db/concurrency/fast_map_noalloc.h"
-#include "mongo/db/concurrency/lock_mgr_defs.h"
+#include "mongo/db/concurrency/lock_manager_defs.h"
#include "mongo/unittest/unittest.h"