Chromium Code Reviews| Index: components/autofill/core/browser/form_field.cc |
| diff --git a/components/autofill/core/browser/form_field.cc b/components/autofill/core/browser/form_field.cc |
| index a63634cca723028b83e1a8b2974cf182b46f213c..3d31c0bd59fee0bdbc150e8960e66cb4ec0ceaac 100644 |
| --- a/components/autofill/core/browser/form_field.cc |
| +++ b/components/autofill/core/browser/form_field.cc |
| @@ -24,6 +24,7 @@ |
| #include "components/autofill/core/browser/name_field.h" |
| #include "components/autofill/core/browser/phone_field.h" |
| #include "components/autofill/core/common/autofill_regexes.h" |
| +#include "components/autofill/core/common/autofill_util.h" |
|
vabr (Chromium)
2016/09/07 16:18:06
For what is this #include needed?
kolos1
2016/09/08 08:34:27
I moved IsCheckable to autofill_util.h. IsCheckabl
|
| namespace autofill { |
| namespace { |