summaryrefslogtreecommitdiff
path: root/src/mongo/s/balance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/balance.h')
-rw-r--r--src/mongo/s/balance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/balance.h b/src/mongo/s/balance.h
index 6429091ef5c..f9c0eb069aa 100644
--- a/src/mongo/s/balance.h
+++ b/src/mongo/s/balance.h
@@ -30,7 +30,7 @@
#pragma once
-#include "mongo/s/catalog/forwarding_catalog_manager.h"
+#include "mongo/s/catalog/dist_lock_manager.h"
#include "mongo/util/background.h"
namespace mongo {
@@ -94,7 +94,7 @@ private:
* possibly be moved
*/
void _doBalanceRound(OperationContext* txn,
- ForwardingCatalogManager::ScopedDistLock* distLock,
+ DistLockManager::ScopedDistLock* distLock,
std::vector<std::shared_ptr<MigrateInfo>>* candidateChunks);
/**