| Index: ios/chrome/browser/providers/images/BUILD.gn
 | 
| diff --git a/ios/chrome/browser/providers/images/BUILD.gn b/ios/chrome/browser/providers/images/BUILD.gn
 | 
| index f0309436e6c3f36405101a5f0e819104b8cc4379..9aad49ee2d2b58694e1ebff41e946cb9d4071277 100644
 | 
| --- a/ios/chrome/browser/providers/images/BUILD.gn
 | 
| +++ b/ios/chrome/browser/providers/images/BUILD.gn
 | 
| @@ -11,6 +11,7 @@ source_set("images") {
 | 
|      "//base",
 | 
|      "//ios/chrome/app/theme",
 | 
|      "//ios/public/provider/chrome/browser",
 | 
| +    "//ios/public/provider/chrome/browser/images",
 | 
|      "//ui/base",
 | 
|    ]
 | 
|    configs += [ "//build/config/compiler:enable_arc" ]
 | 
| 
 |