aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/subchannel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/filters/client_channel/subchannel.cc')
-rw-r--r--src/core/ext/filters/client_channel/subchannel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/subchannel.cc b/src/core/ext/filters/client_channel/subchannel.cc
index 68cd9260ba..77c0fe2c43 100644
--- a/src/core/ext/filters/client_channel/subchannel.cc
+++ b/src/core/ext/filters/client_channel/subchannel.cc
@@ -136,7 +136,7 @@ struct grpc_subchannel {
/** our alarm */
grpc_timer alarm;
- grpc_core::RefCountedPtr<grpc_core::ChannelTracer> tracer;
+ grpc_core::RefCountedPtr<grpc_core::ChannelTrace> tracer;
};
struct grpc_subchannel_call {