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

Unified Diff: remoting/client/ios/domain/user_info.h

Issue 2808173004: Fixing type of returned user info object. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/domain/user_info.h
diff --git a/remoting/client/ios/domain/user_info.h b/remoting/client/ios/domain/user_info.h
index 726a3b25743a3ee59317bd9d7baadaa7dc7a2e0a..5bbae710ff5aede3b7c499df3ebadfb79fe93b1c 100644
--- a/remoting/client/ios/domain/user_info.h
+++ b/remoting/client/ios/domain/user_info.h
@@ -15,7 +15,7 @@
@property(nonatomic, copy) NSString* userFullName;
@property(nonatomic, copy) NSString* userEmail;
-+ (User*)parseListFromJSON:(NSMutableData*)data;
++ (UserInfo*)parseListFromJSON:(NSMutableData*)data;
- (NSComparisonResult)compare:(UserInfo*)user;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698