summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state_mock.h')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state_mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state_mock.h b/src/mongo/db/auth/authz_manager_external_state_mock.h
index 9d316a764f9..670c73c924f 100644
--- a/src/mongo/db/auth/authz_manager_external_state_mock.h
+++ b/src/mongo/db/auth/authz_manager_external_state_mock.h
@@ -29,6 +29,7 @@
#pragma once
+#include <functional>
#include <map>
#include <string>
#include <vector>
@@ -38,7 +39,6 @@
#include "mongo/db/auth/role_graph.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/namespace_string.h"
-#include "mongo/stdx/functional.h"
namespace mongo {
@@ -70,7 +70,7 @@ public:
const NamespaceString& collectionName,
const BSONObj& query,
const BSONObj& projection, // Currently unused in mock
- const stdx::function<void(const BSONObj&)>& resultProcessor);
+ const std::function<void(const BSONObj&)>& resultProcessor);
/**
* Inserts the given user object into the "admin" database.