| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 4e8f3cbd158eb47ae89d332c7d2a131400aaf803..f188f827f813fc6e37b27b26379cb439b7b299b4 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -2125,7 +2125,7 @@ split_static_library("ui") {
|
| if (is_win || is_linux) {
|
| deps += [
|
| "//components/payments:payment_request_impl",
|
| - "//components/payments:payment_validation",
|
| + "//components/payments:payment_utils",
|
| ]
|
| }
|
| if (enable_print_preview) {
|
|
|