aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributor_message_sender_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/distributor_message_sender_stub.h')
-rw-r--r--storage/src/tests/distributor/distributor_message_sender_stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/distributor/distributor_message_sender_stub.h b/storage/src/tests/distributor/distributor_message_sender_stub.h
index 440dee70d48..e69673a9366 100644
--- a/storage/src/tests/distributor/distributor_message_sender_stub.h
+++ b/storage/src/tests/distributor/distributor_message_sender_stub.h
@@ -11,7 +11,7 @@ namespace storage {
class DistributorMessageSenderStub : public distributor::DistributorMessageSender {
MessageSenderStub _stub_impl;
- std::string _cluster_name;
+ vespalib::string _cluster_name;
distributor::PendingMessageTracker* _pending_message_tracker;
public:
@@ -82,7 +82,7 @@ public:
return 0;
}
- const std::string& getClusterName() const override {
+ const vespalib::string& getClusterName() const override {
return _cluster_name;
}