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

Unified Diff: ios/web/public/test/fakes/test_navigation_manager.mm

Issue 2922973004: [ObjC ARC] Converts ios/web/public/test/fakes:fakes to ARC. (Closed)
Patch Set: scoped_nsobject in .h 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/public/test/fakes/test_navigation_manager.mm
diff --git a/ios/web/public/test/fakes/test_navigation_manager.mm b/ios/web/public/test/fakes/test_navigation_manager.mm
index c1c0125b1ffd7b5bec3a2d1af9ff993006c360b1..ada7438329bf0a88588dcc292c1358c1f35da78b 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.mm
+++ b/ios/web/public/test/fakes/test_navigation_manager.mm
@@ -4,6 +4,10 @@
#import "ios/web/public/test/fakes/test_navigation_manager.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
TestNavigationManager::TestNavigationManager()
« no previous file with comments | « ios/web/public/test/fakes/test_native_content_provider.mm ('k') | ios/web/public/test/fakes/test_web_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698