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

Unified Diff: ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm

Issue 2495353002: [ObjC ARC] Converts ios/chrome/browser/browser_state:test_support (Closed)
Patch Set: Created 4 years, 1 month 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/browser_state/test_chrome_browser_state.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/browser_state/test_chrome_browser_state_isolated_context.mm
diff --git a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm
index 9bf55a2658bed176c67f34bed4d09a7058a08dc3..04c3d10f08c10e6fa5bf08e5ec1ba174463ee182 100644
--- a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm
+++ b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm
@@ -9,6 +9,10 @@
#include "ios/web/public/web_thread.h"
#include "net/url_request/url_request_test_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
TestChromeBrowserStateWithIsolatedContext::
TestChromeBrowserStateWithIsolatedContext()
: TestChromeBrowserState(
« no previous file with comments | « ios/chrome/browser/browser_state/test_chrome_browser_state.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698