aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-04-21 12:00:27 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-04-21 12:02:08 -0700
commite6300b2c5617d37bcc459bd5ba1cb518c5b09bea (patch)
treeef6941e22b028ad276589b910a05e424594653c6 /src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
parent045fabb290f59e59900f5cbff80c3e896c71f68c (diff)
Changes #import paths from RxLibrary -> gRPC
On account of the change in the podspec structure.
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m b/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
index 2a3a50f763..ac444ef406 100644
--- a/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
+++ b/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
@@ -33,7 +33,7 @@
#import "GRPCDelegateWrapper.h"
-#import <RxLibrary/GRXWriteable.h>
+#import <gRPC/GRXWriteable.h>
@interface GRPCDelegateWrapper ()
// These are atomic so that cancellation can nillify them from any thread.