summaryrefslogtreecommitdiff
path: root/src/mongo/db/nesting_depth_test.cpp
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2018-05-03 15:40:22 -0400
committerJonathan Reams <jbreams@mongodb.com>2018-05-16 14:16:09 -0400
commit2e330a0a33f271c6ac50441c2e7a8a1a6e776265 (patch)
tree08a346263be0f968e5a54caa59073c3948da332e /src/mongo/db/nesting_depth_test.cpp
parentd646baf48e55f2e84ff811a0191ebf1e253ea9c6 (diff)
downloadmongo-2e330a0a33f271c6ac50441c2e7a8a1a6e776265.tar.gz
SERVER-34730 Delete NetworkInterfaceASIO
Diffstat (limited to 'src/mongo/db/nesting_depth_test.cpp')
-rw-r--r--src/mongo/db/nesting_depth_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/nesting_depth_test.cpp b/src/mongo/db/nesting_depth_test.cpp
index fd14418024d..b6d325d299e 100644
--- a/src/mongo/db/nesting_depth_test.cpp
+++ b/src/mongo/db/nesting_depth_test.cpp
@@ -34,13 +34,13 @@
#include "mongo/bson/bson_validate.h"
#include "mongo/bson/json.h"
#include "mongo/client/connection_string.h"
-#include "mongo/executor/network_interface_asio_integration_fixture.h"
+#include "mongo/executor/network_interface_integration_fixture.h"
#include "mongo/util/concurrency/thread_pool.h"
namespace mongo {
namespace executor {
namespace {
-class NestingDepthFixture : public NetworkInterfaceASIOIntegrationFixture {
+class NestingDepthFixture : public NetworkInterfaceIntegrationFixture {
public:
void setUp() final {
startNet();