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

Unified Diff: ios/chrome/test/ios_chrome_unit_test_suite.mm

Issue 2932273003: [ObjC ARC] Converts ios/chrome/test:test_support to ARC. (Closed)
Patch Set: Review feedback. 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/chrome/test/ios_chrome_unit_test_suite.mm
diff --git a/ios/chrome/test/ios_chrome_unit_test_suite.mm b/ios/chrome/test/ios_chrome_unit_test_suite.mm
index 8ad4ee516a6bcae00f20f50ea66b4e07683a8a45..2c064c98f05eb471b3f39ad2113c37c1fc892eba 100644
--- a/ios/chrome/test/ios_chrome_unit_test_suite.mm
+++ b/ios/chrome/test/ios_chrome_unit_test_suite.mm
@@ -21,6 +21,10 @@
#include "ui/base/ui_base_paths.h"
#include "url/url_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
class IOSChromeUnitTestSuiteInitializer
« no previous file with comments | « ios/chrome/test/ios_chrome_scoped_testing_chrome_browser_provider.mm ('k') | ios/chrome/test/scoped_key_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698