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

Unified Diff: components/translate/ios/browser/ios_translate_driver.mm

Issue 2645603002: [ObjC ARC] Converts components/translate/ios/browser:browser to ARC. (Closed)
Patch Set: Removed include Created 3 years, 11 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: components/translate/ios/browser/ios_translate_driver.mm
diff --git a/components/translate/ios/browser/ios_translate_driver.mm b/components/translate/ios/browser/ios_translate_driver.mm
index e1851dbbefe667d5077a0dda53ec1c989c31f301..2bb266fd0cb747f6d674fd47c8f7709ada3188ea 100644
--- a/components/translate/ios/browser/ios_translate_driver.mm
+++ b/components/translate/ios/browser/ios_translate_driver.mm
@@ -29,6 +29,10 @@
#include "ui/base/window_open_disposition.h"
#include "url/gurl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace translate {
namespace {
« no previous file with comments | « components/translate/ios/browser/BUILD.gn ('k') | components/translate/ios/browser/js_language_detection_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698