| Index: components/autofill/core/browser/autofill_profile.cc
|
| diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
|
| index 520eff94db8ad1cc2e3caeac164c968858874b73..a7728324f4fb53f6390eab061db7f8b61daa2579 100644
|
| --- a/components/autofill/core/browser/autofill_profile.cc
|
| +++ b/components/autofill/core/browser/autofill_profile.cc
|
| @@ -27,6 +27,9 @@
|
| #include "grit/component_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +using base::UTF16ToUTF8;
|
| +
|
| namespace autofill {
|
| namespace {
|
|
|
|
|