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

Unified Diff: ios/chrome/browser/voice/speech_input_locale_config.mm

Issue 2894623004: [ObjC ARC] Converts ios/chrome/browser/voice:voice to ARC. (Closed)
Patch Set: Created 3 years, 7 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/browser/voice/speech_input_locale_config.mm
diff --git a/ios/chrome/browser/voice/speech_input_locale_config.mm b/ios/chrome/browser/voice/speech_input_locale_config.mm
index a4941b36fafd646bab4b274d29f591f93e604bc4..32c063a88c9a6c97e254ce9984c7b8a201a19050 100644
--- a/ios/chrome/browser/voice/speech_input_locale_config.mm
+++ b/ios/chrome/browser/voice/speech_input_locale_config.mm
@@ -6,6 +6,10 @@
#include "ios/chrome/browser/voice/speech_input_locale_config_impl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace voice {
// static

Powered by Google App Engine
This is Rietveld 408576698