| Index: ios/public/provider/chrome/browser/geolocation_updater_provider.h
|
| diff --git a/ios/public/provider/chrome/browser/geolocation_updater_provider.h b/ios/public/provider/chrome/browser/geolocation_updater_provider.h
|
| index 6a03f793c8c622489e3602691918146f8eb500d1..eb037ba5716f694e762445369945ed38cb282b59 100644
|
| --- a/ios/public/provider/chrome/browser/geolocation_updater_provider.h
|
| +++ b/ios/public/provider/chrome/browser/geolocation_updater_provider.h
|
| @@ -57,7 +57,8 @@ class GeolocationUpdaterProvider {
|
| // Creates a new GeolocationUpdater.
|
| // The returned object is retained and it is the responsability of the caller
|
| // to release it.
|
| - virtual id<GeolocationUpdater> CreateGeolocationUpdater(bool enabled);
|
| + virtual id<GeolocationUpdater> CreateGeolocationUpdater(bool enabled)
|
| + NS_RETURNS_RETAINED;
|
|
|
| // Notification names:
|
|
|
|
|