| Index: components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| index c79d465c41dbfb344886ffdb9941910403cbd069..5f0942c539ec9a22485f733660f4089e37d667db 100644
|
| --- a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/memory/ptr_util.h"
|
| #include "components/autofill/core/browser/credit_card.h"
|
| #include "components/autofill/core/common/autofill_constants.h"
|
| +#include "components/grit/components_scaled_resources.h"
|
| #include "components/infobars/core/infobar_delegate.h"
|
| -#include "grit/components_scaled_resources.h"
|
| -#include "grit/components_strings.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace autofill {
|
|
|