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

Unified Diff: ios/web/navigation/nscoder_util.mm

Issue 2202623002: Converts parts of ios/web to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra release Created 4 years, 4 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
Index: ios/web/navigation/nscoder_util.mm
diff --git a/ios/web/navigation/nscoder_util.mm b/ios/web/navigation/nscoder_util.mm
index ea837cf435238ebe6ea64eff0eb14c62e403500b..0ded3bc0eac2543848778401221185d7a4912c7a 100644
--- a/ios/web/navigation/nscoder_util.mm
+++ b/ios/web/navigation/nscoder_util.mm
@@ -8,6 +8,10 @@
#include "ios/web/navigation/nscoder_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
namespace nscoder_util {

Powered by Google App Engine
This is Rietveld 408576698