| Index: components/autofill/core/browser/validation.cc
|
| diff --git a/components/autofill/core/browser/validation.cc b/components/autofill/core/browser/validation.cc
|
| index 4638c70df89f5cfe3794cb39f6c2e2def188defc..dc5ddd33bce9a7f0e9bd5447f48f6645bddf92e3 100644
|
| --- a/components/autofill/core/browser/validation.cc
|
| +++ b/components/autofill/core/browser/validation.cc
|
| @@ -18,7 +18,7 @@ using base::StringPiece16;
|
| namespace {
|
|
|
| // The separator characters for SSNs.
|
| -const char16 kSSNSeparators[] = {' ', '-', 0};
|
| +const base::char16 kSSNSeparators[] = {' ', '-', 0};
|
|
|
| } // namespace
|
|
|
|
|