summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context_for_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/expression_context_for_test.h')
-rw-r--r--src/mongo/db/pipeline/expression_context_for_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/expression_context_for_test.h b/src/mongo/db/pipeline/expression_context_for_test.h
index d402f304bb3..b67ae6acd99 100644
--- a/src/mongo/db/pipeline/expression_context_for_test.h
+++ b/src/mongo/db/pipeline/expression_context_for_test.h
@@ -54,7 +54,7 @@ public:
std::move(nss), std::make_shared<StubMongoProcessInterface>(), kNullTimeZoneDatabase),
_testOpCtx(_serviceContext.makeOperationContext()) {
TimeZoneDatabase::set(_serviceContext.getServiceContext(),
- stdx::make_unique<TimeZoneDatabase>());
+ std::make_unique<TimeZoneDatabase>());
// As we don't have the TimeZoneDatabase prior to ExpressionContext construction, we must
// initialize with a nullptr and set post-construction.