| Index: components/payments/core/BUILD.gn
|
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
|
| index 291a88522d5c0b86bdb6fc0aeaa4bdbeecf68b7c..8d9499016bd6939f507ae8f3d633ab2a2618d265 100644
|
| --- a/components/payments/core/BUILD.gn
|
| +++ b/components/payments/core/BUILD.gn
|
| @@ -25,8 +25,8 @@ static_library("core") {
|
| "payment_request_data_util.cc",
|
| "payment_request_data_util.h",
|
| "payment_request_delegate.h",
|
| - "profile_util.cc",
|
| - "profile_util.h",
|
| + "payments_profile_comparator.cc",
|
| + "payments_profile_comparator.h",
|
| "strings_util.cc",
|
| "strings_util.h",
|
| ]
|
| @@ -74,7 +74,7 @@ source_set("unit_tests") {
|
| "payment_address_unittest.cc",
|
| "payment_method_data_unittest.cc",
|
| "payment_request_data_util_unittest.cc",
|
| - "profile_util_unittest.cc",
|
| + "payments_profile_comparator_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|