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

Unified Diff: ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm

Issue 2941053002: [ObjC ARC] Converts ios/chrome/browser/find_in_page:unit_tests_nonarc to ARC. (Closed)
Patch Set: Consolidated build.gn 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/browser/find_in_page/find_in_page_js_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm
diff --git a/ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm b/ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm
index ec13bec47a9270864d1248e7889188b240477f5d..aa74d577cbf8ef29cba4ea2be196695dc5890fc1 100644
--- a/ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm
+++ b/ios/chrome/browser/find_in_page/js_findinpage_manager_unittest.mm
@@ -12,6 +12,10 @@
#import "ios/web/public/web_state/web_state.h"
#import "testing/gtest_mac.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
// Test fixture to test Find In Page JS.
class JsFindinpageManagerTest : public ChromeWebTest {
protected:
« no previous file with comments | « ios/chrome/browser/find_in_page/find_in_page_js_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698