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

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

Issue 2506253007: [ObjC ARC] Converts ios/chrome/browser/voice:unit_tests to ARC.Automatically generated ARCMigrate… (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/voice/text_to_speech_listener_unittest.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/voice/text_to_speech_parser_unittest.mm
diff --git a/ios/chrome/browser/voice/text_to_speech_parser_unittest.mm b/ios/chrome/browser/voice/text_to_speech_parser_unittest.mm
index a1e157d504829f02170b3f22e4377d4360d7ec9c..8ac971b172e37143329d6619a08540eddccc062e 100644
--- a/ios/chrome/browser/voice/text_to_speech_parser_unittest.mm
+++ b/ios/chrome/browser/voice/text_to_speech_parser_unittest.mm
@@ -8,6 +8,10 @@
#include "testing/gtest/include/gtest/gtest.h"
#import "third_party/google_toolbox_for_mac/src/Foundation/GTMStringEncoding.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
// Expose internal parser function for testing.
NSData* ExtractVoiceSearchAudioDataFromPageHTML(NSString* pageHTML);
« no previous file with comments | « ios/chrome/browser/voice/text_to_speech_listener_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698