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

Unified Diff: ios/net/cookies/cookie_store_ios_client.mm

Issue 2489533003: [ObjC ARC] Converts ios/net to ARC. (Closed)
Patch Set: Created 4 years, 1 month 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/net/cookies/cookie_store_ios.mm ('k') | ios/net/cookies/system_cookie_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/cookies/cookie_store_ios_client.mm
diff --git a/ios/net/cookies/cookie_store_ios_client.mm b/ios/net/cookies/cookie_store_ios_client.mm
index c8cbd14c93ac3a83d364ee2c0fc4938c10019f30..d1b6e4c548987eb50347748e9718ebd1de3e8025 100644
--- a/ios/net/cookies/cookie_store_ios_client.mm
+++ b/ios/net/cookies/cookie_store_ios_client.mm
@@ -4,6 +4,10 @@
#include "ios/net/cookies/cookie_store_ios_client.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
// The CookieStoreIOSClient.
net::CookieStoreIOSClient* g_client;
« no previous file with comments | « ios/net/cookies/cookie_store_ios.mm ('k') | ios/net/cookies/system_cookie_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698