summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/op_observer_sharding_impl.cpp
diff options
context:
space:
mode:
authorEnrico Golfieri <enrico.golfieri@mongodb.com>2022-12-05 09:28:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-05 10:08:07 +0000
commit31d0cfce5fe976858d4bf4ce28a99751adcac073 (patch)
tree4f9bef9d3934ac06783a4369c59501f7b9dbeb72 /src/mongo/db/s/op_observer_sharding_impl.cpp
parentcaa77cc97482addbcec935b89200c2b0fd9a472e (diff)
downloadmongo-31d0cfce5fe976858d4bf4ce28a99751adcac073.tar.gz
SERVER-71559 MigrationChunkClonerSource is an abstract class with a single implementation
Diffstat (limited to 'src/mongo/db/s/op_observer_sharding_impl.cpp')
-rw-r--r--src/mongo/db/s/op_observer_sharding_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/op_observer_sharding_impl.cpp b/src/mongo/db/s/op_observer_sharding_impl.cpp
index 830076dbcfb..88259ca6d42 100644
--- a/src/mongo/db/s/op_observer_sharding_impl.cpp
+++ b/src/mongo/db/s/op_observer_sharding_impl.cpp
@@ -32,7 +32,7 @@
#include "mongo/db/repl/oplog_entry.h"
#include "mongo/db/s/collection_sharding_runtime.h"
#include "mongo/db/s/database_sharding_state.h"
-#include "mongo/db/s/migration_chunk_cloner_source_legacy.h"
+#include "mongo/db/s/migration_chunk_cloner_source.h"
#include "mongo/db/s/migration_source_manager.h"
#include "mongo/db/s/sharding_write_router.h"
#include "mongo/logv2/log.h"