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

Unified Diff: components/sessions/ios/ios_serialized_navigation_builder_unittest.mm

Issue 2937493002: [ObjC ARC] Converts components/sessions:unit_tests to ARC. (Closed)
Patch Set: fix 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
« components/sessions/BUILD.gn ('K') | « components/sessions/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/ios/ios_serialized_navigation_builder_unittest.mm
diff --git a/components/sessions/ios/ios_serialized_navigation_builder_unittest.mm b/components/sessions/ios/ios_serialized_navigation_builder_unittest.mm
index c119b54745ef234eadcf5e0c121b4077ae7f98b3..da0dcb61b4a316c7abc892cec865699679804926 100644
--- a/components/sessions/ios/ios_serialized_navigation_builder_unittest.mm
+++ b/components/sessions/ios/ios_serialized_navigation_builder_unittest.mm
@@ -11,6 +11,10 @@
#include "ios/web/public/referrer.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace sessions {
namespace {
« components/sessions/BUILD.gn ('K') | « components/sessions/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698