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

Unified Diff: ios/chrome/browser/google/google_logo_service.mm

Issue 2511043004: [ObjC ARC] Converts ios/chrome/browser/google:google_logo to ARC.Automatically generated ARCMigra… (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/google/BUILD.gn ('k') | ios/chrome/browser/google/google_logo_service_factory.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/google/google_logo_service.mm
diff --git a/ios/chrome/browser/google/google_logo_service.mm b/ios/chrome/browser/google/google_logo_service.mm
index adcd21488c7aebd2131cf78f9821fe67a710e86c..de54be12e45c0e60cdb692d4da2f718c6f2e0978 100644
--- a/ios/chrome/browser/google/google_logo_service.mm
+++ b/ios/chrome/browser/google/google_logo_service.mm
@@ -18,6 +18,10 @@
#include "net/url_request/url_request_context_getter.h"
#include "ui/gfx/image/image.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
using search_provider_logos::Logo;
using search_provider_logos::LogoDelegate;
using search_provider_logos::LogoTracker;
« no previous file with comments | « ios/chrome/browser/google/BUILD.gn ('k') | ios/chrome/browser/google/google_logo_service_factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698