summaryrefslogtreecommitdiff
path: root/src/mongo/db/driverHelpers.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-05-14 17:33:25 -0400
committerSpencer T Brody <spencer@10gen.com>2013-05-22 19:14:01 -0400
commiteb719438afc316e9bf56bf716a129def27f5e768 (patch)
treeb00f395fec7c39ebc2e074cc77e4bd1bf9bbca2b /src/mongo/db/driverHelpers.cpp
parent83900ac233c2a94e0f3e6a1628cf822f9bb88425 (diff)
downloadmongo-eb719438afc316e9bf56bf716a129def27f5e768.tar.gz
Split AuthorizationManager into 2 classes: AuthorizationManager and AuthorizationSession.
Diffstat (limited to 'src/mongo/db/driverHelpers.cpp')
-rw-r--r--src/mongo/db/driverHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/driverHelpers.cpp b/src/mongo/db/driverHelpers.cpp
index 6eb86b1d0bf..75cab78119e 100644
--- a/src/mongo/db/driverHelpers.cpp
+++ b/src/mongo/db/driverHelpers.cpp
@@ -29,7 +29,7 @@
#include "mongo/db/auth/action_set.h"
#include "mongo/db/auth/action_type.h"
-#include "mongo/db/auth/authorization_manager.h"
+#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/auth/privilege.h"
#include "mongo/db/cmdline.h"
#include "mongo/db/commands.h"