summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer_test.cpp
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2022-08-01 16:05:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-01 16:59:38 +0000
commite4dccd260605ca3dedbfd6269d4421940837847e (patch)
tree27ca603c7477fb74b39b2382e55851fe132c6a22 /src/mongo/db/auth/auth_op_observer_test.cpp
parent13eeb512c993348efa814c2c2eead9fe725aa843 (diff)
downloadmongo-e4dccd260605ca3dedbfd6269d4421940837847e.tar.gz
SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/transaction sub directory
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer_test.cpp')
-rw-r--r--src/mongo/db/auth/auth_op_observer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer_test.cpp b/src/mongo/db/auth/auth_op_observer_test.cpp
index 4ae2d589c5c..ebf2e366477 100644
--- a/src/mongo/db/auth/auth_op_observer_test.cpp
+++ b/src/mongo/db/auth/auth_op_observer_test.cpp
@@ -45,7 +45,7 @@
#include "mongo/db/repl/storage_interface_mock.h"
#include "mongo/db/service_context_d_test_fixture.h"
#include "mongo/db/session_catalog_mongod.h"
-#include "mongo/db/transaction_participant.h"
+#include "mongo/db/transaction/transaction_participant.h"
#include "mongo/unittest/death_test.h"
#include "mongo/util/clock_source_mock.h"