| Index: components/autofill/core/browser/validation.h
|
| diff --git a/components/autofill/core/browser/validation.h b/components/autofill/core/browser/validation.h
|
| index 2d6953c69fc50e5c312e9fd238f60fbe2d44b9e1..cfc0f900b7c51b7ed245f24cde32acb6c8239be9 100644
|
| --- a/components/autofill/core/browser/validation.h
|
| +++ b/components/autofill/core/browser/validation.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_VALIDATION_H_
|
| #define COMPONENTS_AUTOFILL_CORE_BROWSER_VALIDATION_H_
|
|
|
| +#include <set>
|
| +#include <string>
|
| +
|
| #include "base/strings/string16.h"
|
| -#include "base/strings/string_piece.h"
|
| +#include "base/strings/string_piece_forward.h"
|
| #include "components/autofill/core/browser/field_types.h"
|
|
|
| namespace base {
|
|
|