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

Unified Diff: ios/chrome/browser/ui/contextual_search/window_gesture_observer.h

Issue 2824493002: Reland of [ObjC ARC] Converts ios/chrome/browser/ui/contextual_search:contextual_search to ARC. (Closed)
Patch Set: fix test 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
Index: ios/chrome/browser/ui/contextual_search/window_gesture_observer.h
diff --git a/ios/chrome/browser/ui/contextual_search/window_gesture_observer.h b/ios/chrome/browser/ui/contextual_search/window_gesture_observer.h
index 0bd2b1b60a00206d7370a320a03c338dc6435d84..f0228c1363c3822af5a339e79aa219e15b1ce8af 100644
--- a/ios/chrome/browser/ui/contextual_search/window_gesture_observer.h
+++ b/ios/chrome/browser/ui/contextual_search/window_gesture_observer.h
@@ -33,8 +33,8 @@
@interface WindowGestureObserver : UIGestureRecognizer
-@property(nonatomic, assign) UIView* viewToExclude;
-@property(nonatomic, readonly) UIView* touchedView;
+@property(nonatomic, weak) UIView* viewToExclude;
+@property(nonatomic, weak, readonly) UIView* touchedView;
@end
#endif // IOS_CHROME_BROWSER_UI_CONTEXTUAL_SEARCH_WINDOW_GESTURE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698