| 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 9bd3ed769fa174af016bed0f2efadb72671ed882..13bd6abd442531ce0ad65a76380c81fdbe182d63 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -32,8 +32,8 @@
|
| #include "components/autofill/core/common/autofill_l10n_util.h"
|
| #include "components/autofill/core/common/autofill_regexes.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| -#include "grit/components_scaled_resources.h"
|
| -#include "grit/components_strings.h"
|
| +#include "components/grit/components_scaled_resources.h"
|
| +#include "components/strings/grit/components_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"
|
|
|