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

Unified Diff: ios/chrome/browser/google/google_logo_service_factory.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/google_logo_service.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/google/google_logo_service_factory.mm
diff --git a/ios/chrome/browser/google/google_logo_service_factory.mm b/ios/chrome/browser/google/google_logo_service_factory.mm
index b25ab6541e1a12c602e640abd7f4519773fd074e..02142051a036255e77863c5a3ba3801c3ad39a78 100644
--- a/ios/chrome/browser/google/google_logo_service_factory.mm
+++ b/ios/chrome/browser/google/google_logo_service_factory.mm
@@ -11,6 +11,10 @@
#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
#include "ios/chrome/browser/google/google_logo_service.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
// static
GoogleLogoService* GoogleLogoServiceFactory::GetForBrowserState(
ios::ChromeBrowserState* browser_state) {
« no previous file with comments | « ios/chrome/browser/google/google_logo_service.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698