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

Unified Diff: ios/chrome/browser/ui/voice/voice_search_notification_names.mm

Issue 2514873002: [ObjC ARC] Converts ios/chrome/browser/ui/voice:voice to ARC.Automatically generated ARCMigrate c… (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/ui/voice/text_to_speech_player.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/ui/voice/voice_search_notification_names.mm
diff --git a/ios/chrome/browser/ui/voice/voice_search_notification_names.mm b/ios/chrome/browser/ui/voice/voice_search_notification_names.mm
index 0351dd18f65205c2ac4a4b959143e506d5f206b0..c3751d6d6532c3be8c6c0d81213651a8212650c8 100644
--- a/ios/chrome/browser/ui/voice/voice_search_notification_names.mm
+++ b/ios/chrome/browser/ui/voice/voice_search_notification_names.mm
@@ -4,6 +4,10 @@
#import "ios/chrome/browser/ui/voice/voice_search_notification_names.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
NSString* const kVoiceSearchWillShowNotification =
@"kVoiceSearchWillShowNotification";
NSString* const kVoiceSearchWillHideNotification =
« no previous file with comments | « ios/chrome/browser/ui/voice/text_to_speech_player.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698