 Chromium Code Reviews
 Chromium Code Reviews Issue 2894623004:
  [ObjC ARC] Converts ios/chrome/browser/voice:voice to ARC.  (Closed)
    
  
    Issue 2894623004:
  [ObjC ARC] Converts ios/chrome/browser/voice:voice to ARC.  (Closed) 
  | 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 |