Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/ocmock/ocmock_extensions.h

Issue 10834362: Support for iOS in OCMock (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove extra line Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ocmock/ocmock.gyp ('k') | third_party/ocmock/ocmock_extensions.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/ocmock_extensions.h
diff --git a/third_party/ocmock/ocmock_extensions.h b/third_party/ocmock/ocmock_extensions.h
index 53e0c15fac5c5be2d26d10705a3b9d684abece23..2ca182cf1dd0db69eb3478a73e27bdd5b7ebacb7 100644
--- a/third_party/ocmock/ocmock_extensions.h
+++ b/third_party/ocmock/ocmock_extensions.h
@@ -29,10 +29,12 @@
- (id)andReturnBool:(BOOL)value;
- (id)andReturnInteger:(NSInteger)value;
- (id)andReturnUnsignedInteger:(NSUInteger)value;
+#if !TARGET_OS_IPHONE
- (id)andReturnNSRect:(NSRect)rect;
- (id)andReturnCGRect:(CGRect)rect;
- (id)andReturnNSPoint:(NSPoint)point;
- (id)andReturnCGPoint:(CGPoint)point;
+#endif
@end
// A constraint for verifying that something conforms to a protocol.
« no previous file with comments | « third_party/ocmock/ocmock.gyp ('k') | third_party/ocmock/ocmock_extensions.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698