summaryrefslogtreecommitdiffstats
path: root/components/autofill/core/browser/validation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/core/browser/validation.cc')
-rw-r--r--components/autofill/core/browser/validation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/core/browser/validation.cc b/components/autofill/core/browser/validation.cc
index 4638c70..dc5ddd3 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