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

Unified Diff: ios/chrome/test/app/web_view_interaction_test_util.mm

Issue 2888173002: [ObjC ARC] Converts ios/chrome/test/app:test_support to ARC. (Closed)
Patch Set: tighten deps exclusion 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
« no previous file with comments | « ios/chrome/test/app/tab_test_util.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/app/web_view_interaction_test_util.mm
diff --git a/ios/chrome/test/app/web_view_interaction_test_util.mm b/ios/chrome/test/app/web_view_interaction_test_util.mm
index 4bbf076b4b53c75731e9c08c7d920558ba177c36..b5a12a5fee27bcd5a678e5bf2e6d74bd4e035292 100644
--- a/ios/chrome/test/app/web_view_interaction_test_util.mm
+++ b/ios/chrome/test/app/web_view_interaction_test_util.mm
@@ -7,6 +7,10 @@
#import "ios/chrome/test/app/chrome_test_util.h"
#import "ios/web/public/test/web_view_interaction_test_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace chrome_test_util {
void TapWebViewElementWithId(const std::string& element_id) {
« no previous file with comments | « ios/chrome/test/app/tab_test_util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698