| Index: components/autofill/core/browser/credit_card.cc
|
| diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
|
| index e3e2b995201cc865134280f96d9d4f4d6dec8727..292ad2a167fcce5bfbd1a93836a78673409cf503 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -24,17 +24,12 @@
|
| #include "components/autofill/core/browser/autofill_type.h"
|
| #include "components/autofill/core/browser/validation.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| +#include "grit/component_scaled_resources.h"
|
| #include "grit/component_strings.h"
|
| #include "third_party/icu/source/common/unicode/uloc.h"
|
| #include "third_party/icu/source/i18n/unicode/dtfmtsym.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -// TODO(blundell): Eliminate the need for this conditional include.
|
| -// crbug.com/328150
|
| -#if !defined(OS_IOS)
|
| -#include "grit/webkit_resources.h"
|
| -#endif
|
| -
|
| namespace autofill {
|
|
|
| namespace {
|
|
|