| Index: ios/chrome/browser/ntp_tiles/BUILD.gn
|
| diff --git a/ios/chrome/browser/ntp_tiles/BUILD.gn b/ios/chrome/browser/ntp_tiles/BUILD.gn
|
| index 25b7dd900c282af2dea9ca8d128a8df390460205..e8ce0d2efcdb20599c7c939be6fbee09d96b36f0 100644
|
| --- a/ios/chrome/browser/ntp_tiles/BUILD.gn
|
| +++ b/ios/chrome/browser/ntp_tiles/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("ntp_tiles") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "ios_most_visited_sites_factory.cc",
|
| "ios_most_visited_sites_factory.h",
|
|
|