summaryrefslogtreecommitdiff
path: root/src/mongo/s/global_index_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/global_index_cache.h')
-rw-r--r--src/mongo/s/global_index_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/global_index_cache.h b/src/mongo/s/global_index_cache.h
index f312d8b8df3..eea2dff50b1 100644
--- a/src/mongo/s/global_index_cache.h
+++ b/src/mongo/s/global_index_cache.h
@@ -35,7 +35,7 @@
namespace mongo {
-using IndexCatalogTypeMap = StringDataMap<IndexCatalogType>;
+using IndexCatalogTypeMap = StringMap<IndexCatalogType>;
class GlobalIndexesCache {
public: