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

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

Issue 2935983002: [ObjC ARC] Converts ios/web:ios_web_navigation_unittests to ARC. (Closed)
Patch Set: Created 3 years, 6 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/navigation_item_storage_test_util.mm
diff --git a/ios/web/navigation/navigation_item_storage_test_util.mm b/ios/web/navigation/navigation_item_storage_test_util.mm
index 42e9f9cf24437b459ae612372515421bd69c6439..f7198fb88f6cb091d8080972b226be20e75b97c6 100644
--- a/ios/web/navigation/navigation_item_storage_test_util.mm
+++ b/ios/web/navigation/navigation_item_storage_test_util.mm
@@ -6,6 +6,10 @@
#import "ios/web/public/crw_navigation_item_storage.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
BOOL ItemStoragesAreEqual(CRWNavigationItemStorage* item1,
« no previous file with comments | « ios/web/navigation/navigation_item_impl_unittest.mm ('k') | ios/web/navigation/navigation_manager_impl_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698