aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-03 09:48:06 -0800
committerGravatar Yang Gao <yangg@google.com>2015-03-03 09:48:06 -0800
commit7694c35d5f9c85ea844755d35f7d78d76e38348c (patch)
treee34309aa27b3519ed4885454751c1a1e50735a52 /include/grpc++/completion_queue.h
parent4e233a1a4653699bda751ef38923c7d755093d2c (diff)
Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed
Diffstat (limited to 'include/grpc++/completion_queue.h')
-rw-r--r--include/grpc++/completion_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/completion_queue.h b/include/grpc++/completion_queue.h
index 0ca1260403..f741e3c36b 100644
--- a/include/grpc++/completion_queue.h
+++ b/include/grpc++/completion_queue.h
@@ -106,8 +106,8 @@ class CompletionQueue {
friend Status BlockingUnaryCall(ChannelInterface *channel,
const RpcMethod &method,
ClientContext *context,
- const google::protobuf::Message &request,
- google::protobuf::Message *result);
+ const grpc::protobuf::Message &request,
+ grpc::protobuf::Message *result);
// Wraps grpc_completion_queue_pluck.
// Cannot be mixed with calls to Next().