| Index: ios/chrome/app/startup/client_registration.mm
|
| diff --git a/ios/chrome/app/startup/client_registration.mm b/ios/chrome/app/startup/client_registration.mm
|
| index 9cdcb7f4670c8f1e818289390f50ce66226cfde4..287498f304722ae97600da138a0d72012997a8d8 100644
|
| --- a/ios/chrome/app/startup/client_registration.mm
|
| +++ b/ios/chrome/app/startup/client_registration.mm
|
| @@ -4,10 +4,13 @@
|
|
|
| #include "ios/chrome/app/startup/client_registration.h"
|
|
|
| -#import "base/mac/scoped_nsobject.h"
|
| #import "ios/chrome/browser/web/chrome_web_client.h"
|
| #import "ios/web/public/web_client.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| @implementation ClientRegistration
|
|
|
| + (void)registerClients {
|
|
|