aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/SampleTests
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/examples/Sample/SampleTests
parent045fabb290f59e59900f5cbff80c3e896c71f68c (diff)
Changes #import paths from RxLibrary -> gRPC
On account of the change in the podspec structure.
Diffstat (limited to 'src/objective-c/examples/Sample/SampleTests')
-rw-r--r--src/objective-c/examples/Sample/SampleTests/SampleTests.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/examples/Sample/SampleTests/SampleTests.m b/src/objective-c/examples/Sample/SampleTests/SampleTests.m
index 96ae19dc84..bf0b3642b1 100644
--- a/src/objective-c/examples/Sample/SampleTests/SampleTests.m
+++ b/src/objective-c/examples/Sample/SampleTests/SampleTests.m
@@ -36,8 +36,8 @@
#import <gRPC/GRPCCall.h>
#import <gRPC/GRPCMethodName.h>
-#import <RxLibrary/GRXWriter+Immediate.h>
-#import <RxLibrary/GRXWriteable.h>
+#import <gRPC/GRXWriter+Immediate.h>
+#import <gRPC/GRXWriteable.h>
@interface SampleTests : XCTestCase
@end