summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_mock.cpp
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-04-14 16:06:18 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-04-20 13:22:12 -0400
commit0293c14cbdc5646d9f09f4fe5b2a27e6d540dce0 (patch)
tree427f823c34f54fcd8d7fa28969ce7f40c740a354 /src/mongo/db/auth/authz_manager_external_state_mock.cpp
parentc08590a6ac9dc54c9d910822d47ea17140b56f89 (diff)
downloadmongo-0293c14cbdc5646d9f09f4fe5b2a27e6d540dce0.tar.gz
SERVER-28621 Parse BSON update expression into an UpdateNode tree
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state_mock.cpp')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state_mock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state_mock.cpp b/src/mongo/db/auth/authz_manager_external_state_mock.cpp
index 7b8d72ad1f7..f4fef4fde08 100644
--- a/src/mongo/db/auth/authz_manager_external_state_mock.cpp
+++ b/src/mongo/db/auth/authz_manager_external_state_mock.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/matcher/extensions_callback_disallow_extensions.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/operation_context_noop.h"
-#include "mongo/db/ops/update_driver.h"
+#include "mongo/db/update/update_driver.h"
#include "mongo/platform/unordered_set.h"
#include "mongo/stdx/memory.h"
#include "mongo/util/map_util.h"