diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_call.h b/tensorflow/core/distributed_runtime/rpc/grpc_call.h index 70627973c78..35f849c7a5e 100644 --- a/tensorflow/core/distributed_runtime/rpc/grpc_call.h +++ b/tensorflow/core/distributed_runtime/rpc/grpc_call.h @@ -247,7 +247,7 @@ class Call : public UntypedCall { // Used as void* completion markers from grpc to indicate different // events of interest for a Call. - using typename UntypedCall::Tag; + typedef typename UntypedCall::Tag Tag; Tag request_received_tag_{this, Tag::kRequestReceived}; Tag response_sent_tag_{this, Tag::kResponseSent}; Tag cancelled_tag_{this, Tag::kCancelled};