summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_msg_fuzzer_fixture.cpp
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2022-07-07 20:24:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-08 17:16:06 +0000
commit8d1d449eda96aa774572672c6ceb46da139b31e0 (patch)
treee6bfca7b9d03d600fcd5d5115fe5490020ffac5d /src/mongo/db/op_msg_fuzzer_fixture.cpp
parent875f2fa02fe59ec0c97224063dbe545db7666ef3 (diff)
downloadmongo-8d1d449eda96aa774572672c6ceb46da139b31e0.tar.gz
SERVER-67507 Move op_observer files to op_observer directory
Diffstat (limited to 'src/mongo/db/op_msg_fuzzer_fixture.cpp')
-rw-r--r--src/mongo/db/op_msg_fuzzer_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/op_msg_fuzzer_fixture.cpp b/src/mongo/db/op_msg_fuzzer_fixture.cpp
index 190e88e5988..55bfc66c54a 100644
--- a/src/mongo/db/op_msg_fuzzer_fixture.cpp
+++ b/src/mongo/db/op_msg_fuzzer_fixture.cpp
@@ -40,7 +40,7 @@
#include "mongo/db/client.h"
#include "mongo/db/index/index_access_method.h"
#include "mongo/db/index/index_access_method_factory_impl.h"
-#include "mongo/db/op_observer_registry.h"
+#include "mongo/db/op_observer/op_observer_registry.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/repl/repl_client_info.h"
#include "mongo/db/repl/replication_coordinator_mock.h"