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

Unified Diff: ios/chrome/app/application_delegate/mock_tab_opener.h

Issue 2706033003: [ObjC ARC] Converts ios/chrome/app/application_delegate:test_support to ARC. (Closed)
Patch Set: comments Created 3 years, 10 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/app/application_delegate/mock_tab_opener.h
diff --git a/ios/chrome/app/application_delegate/mock_tab_opener.h b/ios/chrome/app/application_delegate/mock_tab_opener.h
index fd1e8bec7ff4433a98c7ca65c4f864d0d52309fc..3bfab7c3031f6f7da270ba1078323b0fe8835e56 100644
--- a/ios/chrome/app/application_delegate/mock_tab_opener.h
+++ b/ios/chrome/app/application_delegate/mock_tab_opener.h
@@ -18,7 +18,7 @@ class GURL;
// -dismissModalsAndOpenSelectedTabInMode:withURL:transition:completion:.
@property(nonatomic, readonly) GURL url;
@property(nonatomic, readonly) ApplicationMode applicationMode;
-@property(nonatomic, readonly) void (^completionBlock)(void);
+@property(nonatomic, strong, readonly) void (^completionBlock)(void);
// Clear the URL.
- (void)resetURL;

Powered by Google App Engine
This is Rietveld 408576698