| Index: components/signin/ios/browser/BUILD.gn
|
| diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
|
| index 6067e7f13ce9f528dde5236a11bf6b9b0b72d476..f34f92eec9a87ca106892d24a0103b344a666a0d 100644
|
| --- a/components/signin/ios/browser/BUILD.gn
|
| +++ b/components/signin/ios/browser/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("browser") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "account_consistency_service.h",
|
| "account_consistency_service.mm",
|
|
|