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

Unified Diff: ios/chrome/browser/geolocation/test_location_manager.h

Issue 2510133003: [ObjC ARC] Converts ios/chrome/browser/geolocation:test_support to ARC.Automatically generated AR… (Closed)
Patch Set: git cl hel[ Created 4 years 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 | « ios/chrome/browser/geolocation/BUILD.gn ('k') | ios/chrome/browser/geolocation/test_location_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/geolocation/test_location_manager.h
diff --git a/ios/chrome/browser/geolocation/test_location_manager.h b/ios/chrome/browser/geolocation/test_location_manager.h
index b6de5fe7deb8745189e71c05263852ba551f8ad4..2bc84b59b57d08abd8091f355b42dfd2b5db32ff 100644
--- a/ios/chrome/browser/geolocation/test_location_manager.h
+++ b/ios/chrome/browser/geolocation/test_location_manager.h
@@ -17,7 +17,7 @@
@property(nonatomic, assign) CLAuthorizationStatus authorizationStatus;
// Writable version of the LocationManager |currentLocation| property.
-@property(nonatomic, retain) CLLocation* currentLocation;
+@property(nonatomic, strong) CLLocation* currentLocation;
// Writable version of the LocationManager |locationServicesEnabled| property.
@property(nonatomic, assign) BOOL locationServicesEnabled;
« no previous file with comments | « ios/chrome/browser/geolocation/BUILD.gn ('k') | ios/chrome/browser/geolocation/test_location_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698