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

Unified Diff: ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm

Issue 2942003002: [ios] Fix "return foo = nil" introduced by ARC conversion tools. (Closed)
Patch Set: Created 3 years, 6 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
Index: ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm
diff --git a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm
index 1f8794f02ea0c0e3979268ec750422fb9a31c0ed..1106c12ce933214d2e3221e80e5f4bf8ec089009 100644
--- a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm
+++ b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm
@@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
@"H:|[divider]|",
];
ApplyVisualConstraints(constraints, views);
- return contentView = nil;
+ return contentView;
}
- (void)viewWillLayoutSubviews {

Powered by Google App Engine
This is Rietveld 408576698