summaryrefslogtreecommitdiff
path: root/grpc/include/grpcpp/ext/server_load_reporting.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/include/grpcpp/ext/server_load_reporting.h')
-rw-r--r--grpc/include/grpcpp/ext/server_load_reporting.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/include/grpcpp/ext/server_load_reporting.h b/grpc/include/grpcpp/ext/server_load_reporting.h
index 7f681eb1..30c08d3b 100644
--- a/grpc/include/grpcpp/ext/server_load_reporting.h
+++ b/grpc/include/grpcpp/ext/server_load_reporting.h
@@ -37,8 +37,8 @@ namespace experimental {
class LoadReportingServiceServerBuilderOption
: public grpc::ServerBuilderOption {
public:
- void UpdateArguments(::grpc::ChannelArguments* args) override;
- void UpdatePlugins(std::vector<std::unique_ptr<::grpc::ServerBuilderPlugin>>*
+ void UpdateArguments(grpc::ChannelArguments* args) override;
+ void UpdatePlugins(std::vector<std::unique_ptr<grpc::ServerBuilderPlugin>>*
plugins) override;
};