| 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;
|
|
|