summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/group.cpp')
-rw-r--r--src/mongo/db/exec/group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/group.cpp b/src/mongo/db/exec/group.cpp
index ccd2cea6991..7acaebdf7fa 100644
--- a/src/mongo/db/exec/group.cpp
+++ b/src/mongo/db/exec/group.cpp
@@ -33,7 +33,7 @@
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/bson/dotted_path_support.h"
#include "mongo/db/catalog/collection.h"
-#include "mongo/db/client_basic.h"
+#include "mongo/db/client.h"
#include "mongo/db/exec/scoped_timer.h"
#include "mongo/db/exec/working_set_common.h"
#include "mongo/stdx/memory.h"
@@ -93,7 +93,7 @@ GroupStage::GroupStage(OperationContext* txn,
Status GroupStage::initGroupScripting() {
// Initialize _scope.
const std::string userToken =
- AuthorizationSession::get(ClientBasic::getCurrent())->getAuthenticatedUserNamesToken();
+ AuthorizationSession::get(Client::getCurrent())->getAuthenticatedUserNamesToken();
const NamespaceString nss(_request.ns);
_scope =