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

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

Issue 2626073003: [ObjC ARC] Converts ios/chrome/browser/ui/contextual_search:contextual_search to ARC. (Closed)
Patch Set: Some fixes Created 3 years, 11 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..0bbbd5d9e2e95b839dd7964e64b6564abf326b5d 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(weak, nonatomic, readonly) UIView* touchedView;
marq (ping after 24h) 2017/01/13 10:38:18 nonatomic, weak, readonly
stkhapugin 2017/01/17 15:57:44 Done.
@end
#endif // IOS_CHROME_BROWSER_UI_CONTEXTUAL_SEARCH_WINDOW_GESTURE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698