| Index: ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| index 7a7ff73146a5b320fb6b29e310cc2a16929baf7d..091d86534c15e51be1bfc2f4fe2d12fc4bbfee6d 100644
|
| --- a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| @@ -49,6 +49,7 @@ source_set("unit_tests") {
|
| }
|
|
|
| source_set("alert_coordinator_internal") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "loading_alert_coordinator.h",
|
| "loading_alert_coordinator.mm",
|
|
|