summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_command_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_command_test_fixture.h')
-rw-r--r--src/mongo/s/commands/cluster_command_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_command_test_fixture.h b/src/mongo/s/commands/cluster_command_test_fixture.h
index 97739c7ef18..9c5406c073b 100644
--- a/src/mongo/s/commands/cluster_command_test_fixture.h
+++ b/src/mongo/s/commands/cluster_command_test_fixture.h
@@ -36,7 +36,7 @@
namespace mongo {
-using InspectionCallback = stdx::function<void(const executor::RemoteCommandRequest& request)>;
+using InspectionCallback = std::function<void(const executor::RemoteCommandRequest& request)>;
class ClusterCommandTestFixture : public CatalogCacheTestFixture {
protected: