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

Unified Diff: ios/public/provider/chrome/browser/geolocation_updater_provider.mm

Issue 2894533003: [ObjC ARC] Converts ios/public/provider/chrome/browser:browser to ARC. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/geolocation_updater_provider.mm
diff --git a/ios/public/provider/chrome/browser/geolocation_updater_provider.mm b/ios/public/provider/chrome/browser/geolocation_updater_provider.mm
index 02f707079f325d6f7e793c30497b8dfed0c5f575..a10dcc1e4b5afcf7825f8ec812915dd2258fc05a 100644
--- a/ios/public/provider/chrome/browser/geolocation_updater_provider.mm
+++ b/ios/public/provider/chrome/browser/geolocation_updater_provider.mm
@@ -4,6 +4,10 @@
#import "ios/public/provider/chrome/browser/geolocation_updater_provider.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios {
GeolocationUpdaterProvider::GeolocationUpdaterProvider() {
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698