summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_last_error_info.h
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2016-08-08 13:58:16 -0400
committerKyle Suarez <kyle.suarez@mongodb.com>2016-08-08 13:58:16 -0400
commit9a1688ba6c07117405c46cc6fb1275cb1fcbb4cf (patch)
tree5f1cfcc03d547925207c8f9be2115e590e0a723f /src/mongo/s/cluster_last_error_info.h
parente4fcbcf49f07f6b6958cfbd6fc947f57000f626a (diff)
downloadmongo-9a1688ba6c07117405c46cc6fb1275cb1fcbb4cf.tar.gz
SERVER-25488 merge ClientBasic and Client
Diffstat (limited to 'src/mongo/s/cluster_last_error_info.h')
-rw-r--r--src/mongo/s/cluster_last_error_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/cluster_last_error_info.h b/src/mongo/s/cluster_last_error_info.h
index 0fc317c660b..648ae12b8b5 100644
--- a/src/mongo/s/cluster_last_error_info.h
+++ b/src/mongo/s/cluster_last_error_info.h
@@ -29,7 +29,7 @@
#include <set>
-#include "mongo/db/client_basic.h"
+#include "mongo/db/client.h"
#include "mongo/s/write_ops/batch_write_exec.h"
namespace mongo {
@@ -40,7 +40,7 @@ namespace mongo {
*/
class ClusterLastErrorInfo {
public:
- static const ClientBasic::Decoration<ClusterLastErrorInfo> get;
+ static const Client::Decoration<ClusterLastErrorInfo> get;
/** new request not associated (yet or ever) with a client */
void newRequest();