| Index: components/autofill/core/browser/validation_unittest.cc
|
| diff --git a/components/autofill/core/browser/validation_unittest.cc b/components/autofill/core/browser/validation_unittest.cc
|
| index 171dc5fd0870be193f9f57cb24bc744d32555353..82ca746b3e31610210e334548a1b3df52134dc48 100644
|
| --- a/components/autofill/core/browser/validation_unittest.cc
|
| +++ b/components/autofill/core/browser/validation_unittest.cc
|
| @@ -7,6 +7,8 @@
|
| #include "components/autofill/core/browser/validation.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +
|
| namespace autofill {
|
| namespace {
|
|
|
|
|