aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-07 11:32:12 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-07 11:32:12 -0800
commit9e5d7476ac48b82ee8ce7855c30d3aa5edab5280 (patch)
tree5cfcd9afac921f67adaf467060eec7344531be55 /src/objective-c/GRPCClient/private/GRPCChannelPool.m
parentab9510560781dd2f27608e694518f67b7d425d9a (diff)
nit build fix
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.m b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
index 627bbab3c0..b4a589ae83 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.m
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
@@ -18,7 +18,7 @@
#import <Foundation/Foundation.h>
-#import "../internal/GRPCCallOptions+internal.h"
+#import "../internal/GRPCCallOptions+Internal.h"
#import "GRPCChannel.h"
#import "GRPCChannelFactory.h"
#import "GRPCChannelPool.h"