| Index: components/payments/core/BUILD.gn | 
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn | 
| index 8cfd8f3835d1d6bcbafa91c657dffaa83a1ec146..23078b61e9d64bd345da0c68395985244ce06241 100644 | 
| --- a/components/payments/core/BUILD.gn | 
| +++ b/components/payments/core/BUILD.gn | 
| @@ -33,6 +33,8 @@ static_library("core") { | 
| "payments_profile_comparator.h", | 
| "strings_util.cc", | 
| "strings_util.h", | 
| +    "subkey_requester.cc", | 
| +    "subkey_requester.h", | 
| ] | 
|  | 
| deps = [ | 
| @@ -81,6 +83,7 @@ source_set("unit_tests") { | 
| "payment_method_data_unittest.cc", | 
| "payment_request_data_util_unittest.cc", | 
| "payments_profile_comparator_unittest.cc", | 
| +    "subkey_requester_unittest.cc", | 
| ] | 
|  | 
| deps = [ | 
|  |