| Index: components/autofill/core/browser/autofill_data_util.h
|
| diff --git a/components/autofill/core/browser/autofill_data_util.h b/components/autofill/core/browser/autofill_data_util.h
|
| index 073b3233ae3befb117d5ec94737ac53544bf9b24..2084c36159440cc7d39f7ef72c134cb3f9e57693 100644
|
| --- a/components/autofill/core/browser/autofill_data_util.h
|
| +++ b/components/autofill/core/browser/autofill_data_util.h
|
| @@ -56,10 +56,6 @@
|
| // API basic card payment spec |type|.
|
| const char* GetCardTypeForBasicCardPaymentType(const std::string& type);
|
|
|
| -// Returns whether the specified |country_code| is a valid country code.
|
| -bool IsValidCountryCode(const std::string& country_code);
|
| -bool IsValidCountryCode(const base::string16& country_code);
|
| -
|
| } // namespace data_util
|
| } // namespace autofill
|
|
|
|
|