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

Unified Diff: ios/web/history_state_util_unittest.mm

Issue 2934083002: [ObjC ARC] Converts ios/web:ios_web_general_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
« no previous file with comments | « ios/web/active_state_manager_impl_unittest.mm ('k') | ios/web/test/web_test_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/history_state_util_unittest.mm
diff --git a/ios/web/history_state_util_unittest.mm b/ios/web/history_state_util_unittest.mm
index a859b59b0799783f9bd8ff37811e7484120a37d7..3321b6e11b2693847659ae7f3451840bf74ea3ca 100644
--- a/ios/web/history_state_util_unittest.mm
+++ b/ios/web/history_state_util_unittest.mm
@@ -11,6 +11,10 @@
#import "testing/gtest_mac.h"
#include "url/gurl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
namespace {
struct TestEntry {
« no previous file with comments | « ios/web/active_state_manager_impl_unittest.mm ('k') | ios/web/test/web_test_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698