| Index: ios/chrome/app/BUILD.gn
|
| diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
|
| index 5b00719956bf85c0acf619b25fffbbd120573fa7..bd7b4910597e74d825bad2026ccefde0ae63871b 100644
|
| --- a/ios/chrome/app/BUILD.gn
|
| +++ b/ios/chrome/app/BUILD.gn
|
| @@ -12,12 +12,6 @@ source_set("app") {
|
| "safe_mode_util.h",
|
| ]
|
|
|
| - # TODO(crbug.com/658242): Remove this dependency once all of downstream code
|
| - # dependencies have been fixed to not require it.
|
| - public_deps = [
|
| - "//ios/chrome/app/application_delegate",
|
| - ]
|
| -
|
| deps = [
|
| "//base",
|
| ]
|
|
|