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

Unified Diff: ios/public/provider/chrome/browser/voice/voice_search_provider.mm

Issue 2847863005: [ObjC ARC] Converts ios/public/provider/chrome/browser/voice:voice to ARC. (Closed)
Patch Set: remove empty braces Created 3 years, 8 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
« no previous file with comments | « ios/public/provider/chrome/browser/voice/voice_search_language.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/voice/voice_search_provider.mm
diff --git a/ios/public/provider/chrome/browser/voice/voice_search_provider.mm b/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
index ef64e5b4092557ab551f1bc9411e543f9f6b97d0..9bdb21609c4456f5800eb793514640f9bd5ceb19 100644
--- a/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
+++ b/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
@@ -6,6 +6,10 @@
#import "ios/public/provider/chrome/browser/voice/voice_search_controller.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
bool VoiceSearchProvider::IsVoiceSearchEnabled() const {
return false;
}
« no previous file with comments | « ios/public/provider/chrome/browser/voice/voice_search_language.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698