| Index: ios/chrome/browser/ui/sync/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/sync/BUILD.gn b/ios/chrome/browser/ui/sync/BUILD.gn
|
| index c889262b00111893d49d89c495953756b0a694cd..cfa39982695935608e47a7624597faf4e779ffc7 100644
|
| --- a/ios/chrome/browser/ui/sync/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/sync/BUILD.gn
|
| @@ -5,6 +5,7 @@
|
| import("//ios/public/provider/chrome/browser/build_config.gni")
|
|
|
| source_set("sync") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "sync_error_infobar_delegate.h",
|
| "sync_error_infobar_delegate.mm",
|
|
|